From: Daniel Stenberg Date: Wed, 18 Sep 2024 21:04:56 +0000 (+0200) Subject: CURLMOPT_PIPELINING.md: clarify that CURLPIPE_NOTHING is not default X-Git-Tag: curl-8_11_0~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8445285730e5447861e99c793da56488a7c28f2d;p=thirdparty%2Fcurl.git CURLMOPT_PIPELINING.md: clarify that CURLPIPE_NOTHING is not default Fixes #14961 Reported-by: Pavel Kropachev Closes #14962 --- diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING.md b/docs/libcurl/opts/CURLMOPT_PIPELINING.md index caee088ddf..5fba662a1c 100644 --- a/docs/libcurl/opts/CURLMOPT_PIPELINING.md +++ b/docs/libcurl/opts/CURLMOPT_PIPELINING.md @@ -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)