[webkit-reviews] review granted: [Bug 102079] Disable Nagle algorithm on WebSocket implementation : [Attachment 180335] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 09:20:23 PST 2012


Alexey Proskuryakov <ap at webkit.org> has granted Takashi Toyoshima
<toyoshim at chromium.org>'s request for review:
Bug 102079: Disable Nagle algorithm on WebSocket implementation
https://bugs.webkit.org/show_bug.cgi?id=102079

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=180335&action=review


> Source/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp:282
> +    CFWriteStreamSetProperty(writeStream, _kCFStreamSocketSetNoDelay,
kCFBooleanTrue);

Please add a comment here:

    // <rdar://problem/12855587> _kCFStreamSocketSetNoDelay is not exported on
Windows


More information about the webkit-reviews mailing list