1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

CURLMOPT_PIPELINING.3: language

This commit is contained in:
Daniel Stenberg 2016-09-01 14:09:21 +02:00
parent a409b4b466
commit 4c44155cfe

View File

@ -40,7 +40,7 @@ connection rather than being executed in parallel.
For multiplexing, this means that follow-up requests can re-use an existing
connection and send the new request multiplexed over that at the same time as
other transfers are already done of that single connection.
other transfers are already using that single connection.
There are several other related options that are interesting to tweak and
adjust to alter how libcurl spreads out requests on different connections or