mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
CURLMOPT_MAX_PIPELINE_LENGTH.3: Clarify it's not for HTTP/2
- Clarify that this option is only for HTTP/1.1 pipelining. Bug: https://github.com/curl/curl/issues/1059 Reported-by: Jeroen Ooms Assisted-by: Daniel Stenberg
This commit is contained in:
parent
4eb7657a13
commit
568037f6af
@ -29,8 +29,8 @@ CURLMOPT_MAX_PIPELINE_LENGTH \- maximum number of requests in a pipeline
|
|||||||
CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAX_PIPELINE_LENGTH, long max);
|
CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_MAX_PIPELINE_LENGTH, long max);
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Pass a long. The set \fBmax\fP number will be used as the maximum amount of
|
Pass a long. The set \fBmax\fP number will be used as the maximum amount of
|
||||||
outstanding requests in a pipelined connection. Only used if pipelining is
|
outstanding requests in an HTTP/1.1 pipelined connection. This option is only
|
||||||
enabled.
|
used for HTTP/1.1 pipelining, not for HTTP/2 multiplexing.
|
||||||
|
|
||||||
When this limit is reached, libcurl will use another connection to the same
|
When this limit is reached, libcurl will use another connection to the same
|
||||||
host (see \fICURLMOPT_MAX_HOST_CONNECTIONS(3)\fP), or queue the request until
|
host (see \fICURLMOPT_MAX_HOST_CONNECTIONS(3)\fP), or queue the request until
|
||||||
|
Loading…
Reference in New Issue
Block a user