[Webkit-unassigned] [Bug 33689] New: WebSocket: Missing Request-URI, when no tralling slash in host
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 14 14:20:14 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33689
Summary: WebSocket: Missing Request-URI, when no tralling slash
in host
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: y8 at ya.ru
CC: ap at webkit.org, ukai at chromium.org
If host provided to WebSocket constructor does'n have tralling slash, for
example "ws://domain:port" or "ws://domain", WebSocket send GET request without
Request-URI.
var ws = new WebSocket("ws://domain")
Produces:
GET HTTP/1.1
Upgrade: WebSocket
Connection: Upgrade
Host: localhost
Origin: http://localhost
--
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