[Webkit-unassigned] [Bug 60652] New: AssociatedURLLoader consumes excess memory because of internal buffer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 13:27:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60652

           Summary: AssociatedURLLoader consumes excess memory because of
                    internal buffer.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bbudge at gmail.com
                CC: levin at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list