Bug 102171

Summary: Deliver data from NetworkProcess to resources progressively
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   
Bug Depends on:    
Bug Blocks: 98537    
Attachments:
Description Flags
Patch v1 ap: review+

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