mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a97a796e18
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 | ||
.build-test-rules.yml | ||
CMakeLists.txt | ||
Kconfig | ||
transport_internal.c | ||
transport_socks_proxy.c | ||
transport_ssl.c | ||
transport_ws.c | ||
transport.c |