[Webkit-unassigned] [Bug 27165] Connections-per-host should be tracked closer to the ResourceHandle level, not the Cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 16:23:28 PDT 2010


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





--- Comment #12 from Nate Chapin <japhet at chromium.org>  2010-09-22 16:23:27 PST ---
(In reply to comment #11)
> > WebCore/loader/OpenConnectionLimiter.cpp:70
> > +    requestsPerHostMap().set(host, requestsPerHostMap().get(host) + 1);
> 
> There's now operator[] on this object that returns a non-const reference?
> 
> requestsPerHostMap()[host]++ ?

Are you sure about this?  I can't find it anywhere in the HashMap implementation.

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