RESOLVED DUPLICATE of bug 32246 55178
Concurrent connection attempts are allowed by WebSockets
https://bugs.webkit.org/show_bug.cgi?id=55178
Summary Concurrent connection attempts are allowed by WebSockets
ocheung
Reported 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.
Attachments
Alexey Proskuryakov
Comment 1 2011-02-24 22:45:33 PST
*** This bug has been marked as a duplicate of bug 32246 ***
Note You need to log in before you can comment on or make changes to this bug.