[webkit-reviews] review granted: [Bug 31337] Add test for Web Socket send : [Attachment 44285] add test for web socket send

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 4 14:31:32 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Yuzo Fujishima
<yuzo at google.com>'s request for review:
Bug 31337: Add test for Web Socket send
https://bugs.webkit.org/show_bug.cgi?id=31337

Attachment 44285: add test for web socket send
https://bugs.webkit.org/attachment.cgi?id=44285&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
This seems to be covered by simple-stress now, but it's nice to have a lighter
test for non-stress cases.

+var timeoutID = setTimeout(timeOutCallback, 3000);

I wish we could find a way to simplify this incantation needed in every
WebSocket test.


More information about the webkit-reviews mailing list