mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a1d5cfc260
Now the uri handler gets called immediately after the handshake. In the handler we can identify that this was the handshake by checking req->method as it is still a GET from the first part of the handshake the client has sent. On a normal websocket-frame-receive (when normally a websocket uriHandler gets called) this field is set to 0 Closes https://github.com/espressif/esp-idf/issues/6597 |
||
---|---|---|
.. | ||
certs | ||
CMakeLists.txt | ||
component.mk | ||
keep_alive.c | ||
keep_alive.h | ||
wss_server_example.c |