NEW 58946
Serve all pending requests when HTTP pipelining is enabled
https://bugs.webkit.org/show_bug.cgi?id=58946
Summary Serve all pending requests when HTTP pipelining is enabled
David Kilzer (:ddkilzer)
Reported 2011-04-19 17:00:29 PDT
Created attachment 90276 [details] Patch Reviewed by NOBODY (OOPS!). * loader/ResourceLoadScheduler.cpp: (WebCore::ResourceLoadScheduler::scheduleLoad): Serve all pending requests at all priorities when HTTP pipelining is enabled. --- 2 files changed, 19 insertions(+), 0 deletions(-)
Attachments
Patch (1.87 KB, patch)
2011-04-19 17:00 PDT, David Kilzer (:ddkilzer)
japhet: review+
WebKit Review Bot
Comment 1 2011-04-19 17:03:09 PDT
Attachment 90276 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
David Kilzer (:ddkilzer)
Comment 2 2011-04-20 08:25:16 PDT
Comment on attachment 90276 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90276&action=review > Source/WebCore/loader/ResourceLoadScheduler.cpp:121 > +#if PLATFORM(MAC) Will change this line to match ResourceRequestMac.mm: +#if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
Nate Chapin
Comment 3 2011-04-26 15:46:27 PDT
Comment on attachment 90276 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90276&action=review > Source/WebCore/ChangeLog:3 > + <http://webkit.org/b/00000> Serve all pending requests when HTTP pipelining is enabled Please update the bug # before submitting. > Source/WebCore/loader/ResourceLoadScheduler.cpp:124 > + servePendingRequests(host, ResourceLoadPriorityVeryLow); Nit: this should probably be ResourceLoadPriorityLowest.
David Kilzer (:ddkilzer)
Comment 4 2011-04-28 10:20:19 PDT
Still doing some investigation to see whether this is actually needed. Will either land or close as NTBF once that is done.
David Kilzer (:ddkilzer)
Comment 5 2011-05-03 08:04:15 PDT
Antti is looking into this now.
Note You need to log in before you can comment on or make changes to this bug.