Bug 32267

Summary: Test that WebSocket ignores WebSocket-Protocol if not specified.
Product: WebKit Reporter: Fumitoshi Ukai <ukai>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add tests that WebSocket-Protocol: is ignored if protocol was not specified. darin: review+

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>