[Webkit-unassigned] [Bug 150035] [Curl] Increase limit of parallel network requests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 11:56:39 PDT 2015


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

--- Comment #4 from peavo at outlook.com ---
It seems there already is a Curl option for this (with default 0, meaning infinite number of connections):

http://curl.haxx.se/libcurl/c/CURLMOPT_MAX_TOTAL_CONNECTIONS.html

Since Curl doesn't have a limit here, maybe we shouldn't either? If we limit the number of connections, I think the limit should be higher that it is now at least.

Another problem with the limit is that it can effectively block all future network requests if the current connections are never closed (for some reason).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151012/9f1aa00e/attachment.html>


More information about the webkit-unassigned mailing list