WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 60656
60652
AssociatedURLLoader consumes excess memory because of internal buffer.
https://bugs.webkit.org/show_bug.cgi?id=60652
Summary
AssociatedURLLoader consumes excess memory because of internal buffer.
Bill Budge
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Bill Budge
Comment 1
2011-05-11 13:27:41 PDT
Since it needs a WebCore and WebKit change, do you prefer two patches or one?
David Levin
Comment 2
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.
David Levin
Comment 3
2011-05-11 13:30:48 PDT
Adding ap because I think he was interested last time.
Bill Budge
Comment 4
2011-05-11 13:51:29 PDT
Whoa, Antoine beat me to it.
https://bugs.webkit.org/show_bug.cgi?id=60656
David Levin
Comment 5
2011-05-11 14:00:25 PDT
*** This bug has been marked as a duplicate of
bug 60656
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug