[webkit-reviews] review denied: [Bug 101569] [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character : [Attachment 173006] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 10:32:31 PST 2012


Alexey Proskuryakov <ap at webkit.org> has denied Kenichi Ishibashi
<bashi at chromium.org>'s request for review:
Bug 101569: [WebSocket]  send() and close() should not throw an exception for
an unpaired surrogate but use the replacement character
https://bugs.webkit.org/show_bug.cgi?id=101569

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
This is generic UTF-8 manipulation code, it should be in WTF, not in WebSocket
files.

Also, I'm not sure why we need two passes now.


More information about the webkit-reviews mailing list