Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h71 …bool ws_control_frames; /*!< WebSocket flag indicating that control frames… member
Dhttpd_uri.c323 aux->sd->ws_control_frames = uri->handle_ws_control_frames; in httpd_uri()
Dhttpd_parse.c769 (ra->ws_type < HTTPD_WS_TYPE_CLOSE || sd->ws_control_frames)) { in httpd_req_new()