Home
last modified time | relevance | path

Searched refs:ws_handshake_detect (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h95 bool ws_handshake_detect; /*!< WebSocket handshake detection flag */ member
Dhttpd_uri.c314 if (uri->is_websocket && aux->ws_handshake_detect && uri->method == HTTP_GET) { in httpd_uri()
Dhttpd_parse.c392 ra->ws_handshake_detect = true; in cb_headers_complete()
686 ra->ws_handshake_detect = false; in init_req_aux()