atanisoft / HttpServer

HTTP Server implemented using OpenMRN StateFlow patterns.
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

WS: Outbound frame fragmentation may result in unexpected continuation frame #8

Closed atanisoft closed 3 years ago

atanisoft commented 3 years ago

If outbound WS data exceeds httpd_websocket_max_frame_size (256 bytes) the data will be sent as chunks using OP_CONTINUATION which can result in the browser closing the WS with exception related to unexpected continuation.