[Webkit-unassigned] [Bug 31617] WebSocket handshake doesn't check query component of URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 04:05:30 PST 2009


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





--- Comment #6 from Fumitoshi Ukai <ukai at chromium.org>  2009-11-18 04:05:29 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Yes, same as with regular HTTP. See steps 9 to 11 of the "parse a Web Socket
> > URL's components" algorithm in the spec, and then step 5 of the "establish a
> > Web Socket connection" algorithm.
> 
> Hmm, then we should fix WebSocketHandshake::clientHandshakeMessage().
> For now, it sends "GET /test HTTP/1.1" for "ws://example.com/test?".

Should we add new method in KURL to construct request resource?
(or hasQuery()?)

I also found that pywebsocket couldn't handle /test? properly.

-- 
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