mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 09:15:23 +02: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.