[Webkit-unassigned] [Bug 283048] WebSocket message event with invalid data received if a close frame is sent from the server
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 13 06:35:43 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283048
--- Comment #1 from Andrew Hodel <andrewhodel at gmail.com> ---
The Browser is supposed to create a WebSocket close event with the text in the WebSocket frame that was sent and the code that was sent.
The code sent is 1011 and the WebSocket close event in Safari is always 1006, incorrectly.
The data sent in the message is `xyzhttp: WebSocket read error read tcp 172.16.10.168:8000->172.16.10.69:port: i/o timeout` and the Safari close event always has an empty reason field.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241113/57d2fcbe/attachment.htm>
More information about the webkit-unassigned
mailing list