[Webkit-unassigned] [Bug 27165] New: Connections-per-host should be tracked at the ResourceHandle level, not the Loader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 16:46:51 PDT 2009


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

           Summary: Connections-per-host should be tracked at the
                    ResourceHandle level, not the Loader
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


Connections-per-host should be tracked at the ResourceHandle level, not the
Loader

The Loader only knows about CachedResources.  It misses XHR and MainResources,
and possibly others.

Therefore it's attempt to keep the max number of connections per host limited
can fail when main resources or XHR loads are also going to the same host.

If we track connections per host at the ResourceHandle level, we won't get it
wrong.

This is a followup to https://bugs.webkit.org/show_bug.cgi?id=26496

-- 
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