mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
021dc8747c
When first fragment is sent over HTTP during websocket
connection, defer buffering of fragment until after the
websocket server-key is validated.
This order is required because the first fragment buffering
overwrites the memory holding the server-key headers.
Fixes
|
||
---|---|---|
.. | ||
host_test | ||
include | ||
private_include | ||
test_apps | ||
CMakeLists.txt | ||
Kconfig | ||
transport_internal.c | ||
transport_socks_proxy.c | ||
transport_ssl.c | ||
transport_ws.c | ||
transport.c |