Searched refs:ws_handshake_done (Results 1 – 4 of 4) sorted by relevance
107 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()
68 …bool ws_handshake_done; /*!< True if it has done WebSocket handshake (if this sock… member
321 aux->sd->ws_handshake_done = true; in httpd_uri()
752 sd->ws_handshake_done ? "Yes" : "No", in httpd_req_new()755 if (sd->ws_handshake_done && sd->ws_handler != NULL) { in httpd_req_new()