Where's the WebSocket (continuation) frame parsing code? #3108
-
I'm working on writing a WebSocket server in JavaScript that will be used in the browser. I've got the base server working, however the server fails to implement parsing continuation frames, resulting in messages at or over 65536 length throwing an error. I'm thinking I can either extract the continue frame parsing part or compile Mongoose's continuation frame parts to WASM to use in the browser. Where's the code that parses WebSocket continuation frames? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Apr 20, 2025
Replies: 1 comment 1 reply
-
WebSocket code is in src/ws.c |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WebSocket code is in src/ws.c