Bug 55178 - Concurrent connection attempts are allowed by WebSockets
Summary: Concurrent connection attempts are allowed by WebSockets
Status: RESOLVED DUPLICATE of bug 32246
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-24 13:17 PST by ocheung
Modified: 2011-02-24 22:45 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ocheung 2011-02-24 13:17:37 PST
According to the protocol specification for WebSockets, multiple connections in the handshake phase should not be allowed. Another WebSocket connection attempt by JavaScript should only be allowed after the previous handshake attempt has either completed successfully or has failed. This mechanism helps to prevent against denial of service attacks.
Comment 1 Alexey Proskuryakov 2011-02-24 22:45:33 PST

*** This bug has been marked as a duplicate of bug 32246 ***