Where's the continuation frame handling part in tools/websocket_to_posix_proxy/src/websocket_to_posix_proxy.c? #24156
Unanswered
guest271314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on implementing continuation frame parsing in a WebSocket server in the browser using WICG Direct Sockets
TCPServerSocket
. Right now the minimal implementation doesn't handle messages from the client over 65536.Reading this https://emscripten.org/docs/porting/networking.html#full-posix-sockets-over-websocket-proxy-server sounds like this can be used for continuation frame parsing, and/or to pass the raw request to to process. I want to start by just extracting the frame parsing code to see if that works. Where is that specific code located in
I'm stuck in the JavaScript implementation around here
Beta Was this translation helpful? Give feedback.
All reactions