httpd_ws_frame::final field
Final frame: For received frames this field indicates whether the `FIN` flag was set. For frames to be transmitted, this field is only used if the `fragmented` option is set as well. If `fragmented` is false, the `FIN` flag is set by default, marking the ws_frame as a complete/unfragmented message (esp_http_server doesn't automatically fragment messages)
![]()
bool final;
httpd_ws_frame::final is written by 1 function and is read by 1 function:
![]()
httpd_ws_frame::final