ESP-IDF
sock_db::ws_close
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sock_db::ws_close
sock_db::ws_close field
Set to true to close the socket later (when WS Close frame received)
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:78
bool
ws_close
;
Examples
References
from
examples
Code
Location
Referrer
bool
ws_close
;
/*!< Set to true to close the socket later (when WS Close frame received) */
esp_httpd_priv.h:78
if
(
ra
->
sd
->
ws_close
)
{
httpd_parse.c:706
httpd_req_cleanup()
sd
->
ws_close
?
"Yes"
:
"No"
)
;
httpd_parse.c:758
httpd_req_new()
if
(
sd
->
ws_close
==
true
)
{
httpd_parse.c:760
httpd_req_new()
sd
->
ws_close
=
true
;
httpd_parse.c:771
httpd_req_new()
bool
is_active_ws
=
sess
->
ws_handshake_done
&&
(
!
sess
->
ws_close
)
;
httpd_ws.c:526
httpd_ws_get_fd_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sock_db::ws_close
is written by 1 function and is read by 3 functions:
httpd_req_new()
All items filtered out
sock_db::ws_close
httpd_req_cleanup()
httpd_req_new()
httpd_ws_get_fd_info()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out