[Webkit-unassigned] [Bug 82714] WebSockets: The handshake should check for US-ASCII data instead of UTF-8.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 17:13:52 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=82714





--- Comment #15 from Alexey Proskuryakov <ap at webkit.org>  2013-03-21 17:16:18 PST ---
(From update of attachment 192240)
View in context: https://bugs.webkit.org/attachment.cgi?id=192240&action=review

> Source/WebCore/ChangeLog:10
> +        The HTTP RFC specifies that HTTP headers should only contain US-ASCII
> +        characters. Make sure handshake headers are conformant to this
> +        constraint.

What does the WebSocket spec say about this?

Practically, clients do not enforce this for HTTP, so adding enforcement for WebSocket appears inconsistent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list