Bug 32267 - Test that WebSocket ignores WebSocket-Protocol if not specified.
Summary: Test that WebSocket ignores WebSocket-Protocol if not specified.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 00:55 PST by Fumitoshi Ukai
Modified: 2009-12-08 19:21 PST (History)
1 user (show)

See Also:


Attachments
Add tests that WebSocket-Protocol: is ignored if protocol was not specified. (3.22 KB, patch)
2009-12-08 01:04 PST, Fumitoshi Ukai
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fumitoshi Ukai 2009-12-08 00:55:37 PST
The Web Socket protocol says if /protocol/ was not specified, WebSocket-Protocol: field should be ignored.
We need a test for it.
Comment 1 Fumitoshi Ukai 2009-12-08 01:04:29 PST
Created attachment 44462 [details]
Add tests that WebSocket-Protocol: is ignored if protocol was not specified.
Comment 2 WebKit Review Bot 2009-12-08 01:06:24 PST
style-queue ran check-webkit-style on attachment 44462 [details] without any errors.
Comment 3 Fumitoshi Ukai 2009-12-08 19:21:49 PST
Committed r51885: <http://trac.webkit.org/changeset/51885>