CURLMOPT_PIPELINING.3: language

This commit is contained in:
Daniel Stenberg 2016-09-01 14:09:21 +02:00
Родитель a409b4b466
Коммит 4c44155cfe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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