cwebsocket
cwebsocket copied to clipboard
High performance websocket client/server in ANSI C
Results
1
cwebsocket issues
Sort by
recently updated
recently updated
newest added
The frame headers are wrong for frames with payload length over 65535. The below line in cwebsocket_write_data adds 10 additional bytes to header length when it should be only 8....