mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 09:20:30 +00:00

1. If the user wants authenticate the request, then user needs to do this before upgrading the protocol to websocket. 2. To achieve this, added pre_handshake_callack, which will execute before handshake, i.e. before switching protocol.