RESOLVED FIXED Bug 102171
Deliver data from NetworkProcess to resources progressively
https://bugs.webkit.org/show_bug.cgi?id=102171
Summary Deliver data from NetworkProcess to resources progressively
Brady Eidson
Reported 2012-11-13 20:35:36 PST
Currently we buffer up the data for a resource until it is done loading and then deliver it all at once. This is nuts. We need to deliver data as it comes in.
Attachments
Patch v1 (15.43 KB, patch)
2012-11-13 20:45 PST, Brady Eidson
ap: review+
Brady Eidson
Comment 1 2012-11-13 20:45:30 PST
Created attachment 174060 [details] Patch v1
Brady Eidson
Comment 2 2012-11-14 10:21:28 PST
Note You need to log in before you can comment on or make changes to this bug.