Latest WebSocket API / protocol spec draft allow space (U+0020) in sub protocol name.
Created attachment 44461 [details] WebSocket allow space (U+0020) in sub protocol name.
(In reply to comment #1) > Created an attachment (id=44461) [details] > WebSocket allow space (U+0020) in sub protocol name. This patch requires new version of pywebsocket r134 or later.
style-queue ran check-webkit-style on attachment 44461 [details] without any errors.
Comment on attachment 44461 [details] WebSocket allow space (U+0020) in sub protocol name. > -// Fails if protocol containns an character greater than U+007F. > +// Fails if protocol containns an character greater than U+007E. Typo here "containns".
Committed r51886: <http://trac.webkit.org/changeset/51886>
I'm confused - how can the sub-protocol-with-space test work, if corresponding server side fixes aren't made yet (see bug 32249 that has fixes for _validate_protocol)?
I now read ChangeLog comments, and am no longer confused. Sorry for the noise!