Skip to content

Aligning header parsing with RFC 6455#142

Open
arno-dutra wants to merge 1 commit into
denoland:mainfrom
arno-dutra:patch-1
Open

Aligning header parsing with RFC 6455#142
arno-dutra wants to merge 1 commit into
denoland:mainfrom
arno-dutra:patch-1

Conversation

@arno-dutra

@arno-dutra arno-dutra commented Jul 2, 2026

Copy link
Copy Markdown

According to https://www.rfc-editor.org/info/rfc6455/#section-5.5 , the max payload length of 125 not only concerns Ping frames but all control frames.

Note: To properly implement this. The WebSocketError::PingFrameTooLarge should be replaced by a WebSocketError::ControlFrameTooLarge.

According to https://www.rfc-editor.org/info/rfc6455/#section-5.5 , the max payload length of 125 not only concerns Ping frames but all control frames.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant