[Webkit-unassigned] [Bug 94537] New: Setting WebKitEnableHTTPPipelining doesn't work if default is true
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 20 15:31:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94537
Summary: Setting WebKitEnableHTTPPipelining doesn't work if
default is true
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
CC: ddkilzer at webkit.org
The code does
if (!ResourceRequest::httpPipeliningEnabled() && readBooleanPreference(CFSTR("WebKitEnableHTTPPipelining")))
ResourceRequest::setHTTPPipeliningEnabled(true);
if ResourceRequest::httpPipeliningEnabled() is set to true by default, then we never read the pref and never enable/disable pipelining per the pref.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list