This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-01 03:25:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02a415d494225e24f34ee4a13a0fec2e7680b9b0
esp-idf
/
components
/
tcp_transport
History
Euripedes Rocha
ae8eeaade9
tcp_transport: Fix Websocket transport initialization
...
In case of a failure in alocation of WS transport handle, parent leaks.
2021-12-06 14:28:30 -03:00
..
include
…
private_include
…
test
Build & config: Remove leftover files from the unsupported "make" build system
2021-11-11 15:32:36 +01:00
CMakeLists.txt
transport: Add CONFI_WS_TRANSPORT for optimize the code size
2021-06-22 10:51:04 +08:00
Kconfig
transport: Add CONFI_WS_TRANSPORT for optimize the code size
2021-06-22 10:51:04 +08:00
transport_ssl.c
tcp_transport: Fix NULL pointer dereference in esp_transport_esp_tls_create
2021-09-08 11:04:08 +08:00
transport_utils.c
transport: Add CONFI_WS_TRANSPORT for optimize the code size
2021-06-22 10:51:04 +08:00
transport_ws.c
tcp_transport: Fix Websocket transport initialization
2021-12-06 14:28:30 -03:00
transport.c
…