davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.01k stars 250 forks source link

WebSockets SEND limit? #272

Closed lgg2 closed 3 years ago

lgg2 commented 3 years ago

Hello,

I am trying to send a bit more of 1024 byte from server to the browser but It doesn't care which function I use (onion_websocket_printf / onion_websocket_write), above 511 bytes, the browser (Firefox) close the connection.

Any limitation to this (as onion_websocket_vsprintf has)?

Thanks.

lgg2 commented 3 years ago

Possibly an error from my part. Sorry.