RESOLVED FIXED 61078
Use toHTTPPipeliningPriority() in initializeMaximumHTTPConnectionCountPerHost()
https://bugs.webkit.org/show_bug.cgi?id=61078
Summary Use toHTTPPipeliningPriority() in initializeMaximumHTTPConnectionCountPerHost()
David Kilzer (:ddkilzer)
Reported 2011-05-18 10:17:17 PDT
Instead of passing a ResourceLoadPriority directly into wkSetHTTPPipeliningMaximumPriority(), we should convert it using Use toHTTPPipeliningPriority(). This should have been done in r82900 for Bug 57384. <http://trac.webkit.org/changeset/82900> The method is in Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp.
Attachments
Patch v1 (1.69 KB, patch)
2011-05-18 10:38 PDT, David Kilzer (:ddkilzer)
no flags
Patch v2 (2.03 KB, patch)
2011-05-18 11:09 PDT, David Kilzer (:ddkilzer)
joepeck: review+
David Kilzer (:ddkilzer)
Comment 1 2011-05-18 10:38:29 PDT
Created attachment 93933 [details] Patch v1
Joseph Pecoraro
Comment 2 2011-05-18 10:40:01 PDT
Comment on attachment 93933 [details] Patch v1 r=me. Thanks!
David Kilzer (:ddkilzer)
Comment 3 2011-05-18 11:02:12 PDT
Comment on attachment 93933 [details] Patch v1 We should also fix wkSetHTTPPipeliningMinimumFastLanePriority() as well while we're here.
David Kilzer (:ddkilzer)
Comment 4 2011-05-18 11:09:47 PDT
Created attachment 93939 [details] Patch v2
Joseph Pecoraro
Comment 5 2011-05-18 11:14:27 PDT
Comment on attachment 93939 [details] Patch v2 Oh, excellent. Good catch.
David Kilzer (:ddkilzer)
Comment 6 2011-05-18 11:34:57 PDT
Note You need to log in before you can comment on or make changes to this bug.