esp-idf/examples/protocols/https_server
yuanjm a1d5cfc260 example: Identify the callback whether is hanshake or frame-receive by req->method
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
2021-03-09 07:32:15 +00:00
..
simple Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
wss_server example: Identify the callback whether is hanshake or frame-receive by req->method 2021-03-09 07:32:15 +00:00