- From: Fumitoshi Ukai <ukai@chromium.org>
- Date: Mon, 7 Dec 2009 15:41:15 +0900
On Mon, Dec 7, 2009 at 3:21 PM, Ian Hickson <ian at hixie.ch> wrote: > On Mon, 7 Dec 2009, Fumitoshi Ukai (?~\??~V~G?U~O) wrote: > > > > At 1.130 of "The Web Socket API", it adds the sub-protocol name must be > an > > ASCII string with no U+000A LINE FEED (LF) or U+000D CARRIAGE RETURN (CR) > > characters in it. > > But "The Web Socket protocol" 3.1 Parsing Web Socket URLs, says > > 1. If /protocol/ is specified but is either the empty string or > > contains characters that are not in the range U+0021 to U+007E, > > then fail this algorithm. > > Woops, that step is a copy-and-paste mistake from a past version. My > apologies. I've removed that sentence; it should not have been present. > Thanks for fixing. > Control characters are allowed (though using them would be silly). > Why are control characters (except LF and CR) allowed? -- ukai > -- > Ian Hickson U+1047E )\._.,--....,'``. fL > http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. > Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20091207/e4848048/attachment.htm>
Received on Sunday, 6 December 2009 22:41:15 UTC