[webkit-reviews] review requested: [Bug 59372] Restore user default for enabling HTTP pipelining : [Attachment 90976] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 16:05:04 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 59372: Restore user default for enabling HTTP pipelining
https://bugs.webkit.org/show_bug.cgi?id=59372

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

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
Reviewed by NOBODY (OOPS!).

To enable HTTP pipelining post-SnowLeopard, use this command:

defaults write BUNDLE.ID WebKitEnableHTTPPipelining -bool YES

* platform/network/cf/ResourceRequestCFNet.cpp:
(WebCore::readBooleanPreference): Re-added.  Originally added in
r76756 and removed in r84120.
(WebCore::initializeMaximumHTTPConnectionCountPerHost): Enable
HTTP pipelining if use default is set to true.	Added macro
guards to match those in ResourceRequestMac.mm.
---
 2 files changed, 32 insertions(+), 2 deletions(-)


More information about the webkit-reviews mailing list