[Webkit-unassigned] [Bug 141508] [SOUP] Synchronous XMLHttpRequests can time out when we reach the max connections limit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 12 06:36:19 PST 2015


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

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #1)
> might be able to fix it by running the inner loop until you get
> SoupSession::request-unqueued rather than just waiting for the message to
> finish?

Yes, I thought about a similar solution but using SoupMessage::finished, and then I realized that it's unqueued right after SoupMessage::finished. I didn't see the request-unqueued signal. That Would still require changes in libsoup, though, to drop idle connections when limits are changed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150212/13cae5f0/attachment-0002.html>


More information about the webkit-unassigned mailing list