[Webkit-unassigned] [Bug 118977] [gstreamer] webkit gstreamer src blocks future requests to host?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 2 03:06:09 PDT 2013


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





--- Comment #4 from Sergio Villar Senin <svillar at igalia.com>  2013-09-02 03:05:29 PST ---
(In reply to comment #3)
> Adding Sergio, our soup cache expert :)

Well the cache warnings are normal if there are requests pending to be resolved, there might be issues related to the cache but in any case it does not block new requests.

I am not sure about the issue tracked by this bug because we're talking about different things. The issue described in comment #1 is likely caused by our not very correct handling of partial responses (Range requests in general), and that's already covered by the bug mentioned there.

Regarding the issue described in the original description I can confirm that I've seen that behaviour many times indeed, and I think the analysis is correct (we're likely hitting a max-per-host connection limit). In any case that's not a problem per-se, because the limits are set in order not to flood the server. The underlaying issue (bad handling of 206 responses) is likely the culprit, so I'd wait for a fix for that issue and then double-check if this is fixed.

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