mirror of
https://github.com/curl/curl.git
synced 2026-08-03 01:30:29 +03:00
CURLMOPT_PIPELINING.md: clarify that CURLPIPE_NOTHING is not default
Fixes #14961 Reported-by: Pavel Kropachev Closes #14962
This commit is contained in:
parent
8ad3597d2d
commit
8445285730
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ same connection when doing parallel transfers to the same hosts.
|
|||
|
||||
## CURLPIPE_NOTHING (0)
|
||||
|
||||
Default, which means doing no attempts at multiplexing.
|
||||
Make no attempts at multiplexing.
|
||||
|
||||
## CURLPIPE_HTTP1 (1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue