Bug 102171 - Deliver data from NetworkProcess to resources progressively
Summary: Deliver data from NetworkProcess to resources progressively
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 98537
  Show dependency treegraph
 
Reported: 2012-11-13 20:35 PST by Brady Eidson
Modified: 2012-11-14 10:21 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (15.43 KB, patch)
2012-11-13 20:45 PST, Brady Eidson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 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.
Comment 1 Brady Eidson 2012-11-13 20:45:30 PST
Created attachment 174060 [details]
Patch v1
Comment 2 Brady Eidson 2012-11-14 10:21:28 PST
http://trac.webkit.org/changeset/134623