Home
last modified time | relevance | path

Searched refs:ws_handshake_done (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_ws.c107 if (req_aux->sd->ws_handshake_done) { in httpd_ws_respond_server_handshake()
223 if (!req_aux->sd->ws_handshake_done) { in httpd_ws_check_req()
497 bool is_active_ws = sess->ws_handshake_done && (!sess->ws_close); in httpd_ws_get_fd_info()
Desp_httpd_priv.h68 …bool ws_handshake_done; /*!< True if it has done WebSocket handshake (if this sock… member
Dhttpd_uri.c321 aux->sd->ws_handshake_done = true; in httpd_uri()
Dhttpd_parse.c752 sd->ws_handshake_done ? "Yes" : "No", in httpd_req_new()
755 if (sd->ws_handshake_done && sd->ws_handler != NULL) { in httpd_req_new()