[webkit-reviews] review denied: [Bug 67465] WebSocket: Send Blob as WebSocket binary message : [Attachment 106101] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 00:39:25 PDT 2011


Kent Tamura <tkent at chromium.org> has denied Yuta Kitamura
<yutak at chromium.org>'s request for review:
Bug 67465: WebSocket: Send Blob as WebSocket binary message
https://bugs.webkit.org/show_bug.cgi?id=67465

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

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=106101&action=review


r- because of conflicts.

> Source/WebCore/websockets/WebSocket.cpp:271
> +    if (m_useHixie76Protocol)
> +	   return send("[object Blob]", ec);

Is there a test for this?


More information about the webkit-reviews mailing list