[webkit-reviews] review granted: [Bug 34633] WebSocket bufferedAmount should not be 0 when send after close. : [Attachment 48206] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 10:33:43 PST 2010


Alexey Proskuryakov <ap at webkit.org> has granted Fumitoshi Ukai
<ukai at chromium.org>'s request for review:
Bug 34633: WebSocket bufferedAmount should not be 0 when send after close.
https://bugs.webkit.org/show_bug.cgi?id=34633

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+	 m_bufferedAmountAfterClose += message.utf8().length() + 2; // 2 for
frameing

"Framing"


More information about the webkit-reviews mailing list