mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:43:31 +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,10 +29,9 @@ CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_APPCONNECT_TIME_T,
|
|||
|
||||
Pass a pointer to a curl_off_t to receive the time, in microseconds, 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_T(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.
|
||||
completed. This time is most often close to the CURLINFO_PRETRANSFER_TIME_T(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