Bug 60652
Summary: | AssociatedURLLoader consumes excess memory because of internal buffer. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bill Budge <bbudge> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, levin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Bill Budge
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bill Budge
Since it needs a WebCore and WebKit change, do you prefer two patches or one?
David Levin
(In reply to comment #1)
> Since it needs a WebCore and WebKit change, do you prefer two patches or one?
one patch is fine.
David Levin
Adding ap because I think he was interested last time.
Bill Budge
Whoa, Antoine beat me to it.
https://bugs.webkit.org/show_bug.cgi?id=60656
David Levin
*** This bug has been marked as a duplicate of bug 60656 ***