Bug 60652 - AssociatedURLLoader consumes excess memory because of internal buffer.
Summary: AssociatedURLLoader consumes excess memory because of internal buffer.
Status: RESOLVED DUPLICATE of bug 60656
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 13:27 PDT by Bill Budge
Modified: 2011-05-11 14:00 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Budge 2011-05-11 13:27:15 PDT
The AssociatedURLLoader uses a SubResourceLoader to load resources. By default, SubResourceLoader stores received data in an internal buffer, which can grow to be very large (eg. a long streaming movie.)

Add an option to turn off this buffering for AssociatedURLLoader.
Comment 1 Bill Budge 2011-05-11 13:27:41 PDT
Since it needs a WebCore and WebKit change, do you prefer two patches or one?
Comment 2 David Levin 2011-05-11 13:30:25 PDT
(In reply to comment #1)
> Since it needs a WebCore and WebKit change, do you prefer two patches or one?

one patch is fine.
Comment 3 David Levin 2011-05-11 13:30:48 PDT
Adding ap because I think he was interested last time.
Comment 4 Bill Budge 2011-05-11 13:51:29 PDT
Whoa, Antoine beat me to it.
https://bugs.webkit.org/show_bug.cgi?id=60656
Comment 5 David Levin 2011-05-11 14:00:25 PDT

*** This bug has been marked as a duplicate of bug 60656 ***