mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:23:32 +03:00
libcurl-opts: mention pipelining less
libcurl has not supported HTTP pipelining since many years. Remove a few (more) mentions of the feature. Closes #13254
This commit is contained in:
parent
5a50cb5a18
commit
6afac4f992
4 changed files with 12 additions and 13 deletions
|
|
@ -29,9 +29,9 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_APPCONNECT_TIME,
|
|||
|
||||
Pass a pointer to a double to receive the time, in seconds, it took from the
|
||||
start until the SSL/SSH connect/handshake to the remote host was completed.
|
||||
This time is most often close to the CURLINFO_PRETRANSFER_TIME(3) time,
|
||||
except for cases such as HTTP pipelining where the pretransfer time can be
|
||||
delayed due to waits in line for the pipeline and more.
|
||||
This time is most often close to the CURLINFO_PRETRANSFER_TIME(3) time, except
|
||||
for cases such as HTTP multiplexing where the pretransfer time can be delayed
|
||||
due to waits in line for the stream and more.
|
||||
|
||||
When a redirect is followed, the time from each request is added together.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue