[webkit-reviews] review denied: [Bug 32246] Multiple connection attempts to a WebSocket server should not be allowed : [Attachment 197853] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 10:58:43 PDT 2013


Alexey Proskuryakov <ap at webkit.org> has denied Lamarque V. Souza
<Lamarque.Souza at basyskom.com>'s request for review:
Bug 32246: Multiple connection attempts to a WebSocket server should not be
allowed
https://bugs.webkit.org/show_bug.cgi?id=32246

Attachment 197853: Patch
https://bugs.webkit.org/attachment.cgi?id=197853&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
I don't think that WebSocket class is the correct level for such checks. In a
multi-process environment, the checks should be in networking process to
account for the possibility of a client using multiple windows and/or frames.


More information about the webkit-reviews mailing list