CURLMOPT_PIPELINING.md: clarify that CURLPIPE_NOTHING is not default

Fixes #14961
Reported-by: Pavel Kropachev
Closes #14962
This commit is contained in:
Daniel Stenberg 2024-09-18 23:04:56 +02:00
parent 8ad3597d2d
commit 8445285730
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

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