From d7c4213bd0cfd16054fa75a887d3e1a9a796cb53 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Sep 2018 14:35:57 +0200 Subject: multiplex: enable by default Starting 7.62.0, multiplexing is enabled by default in multi handles. --- docs/libcurl/opts/CURLMOPT_PIPELINING.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/opts') diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING.3 b/docs/libcurl/opts/CURLMOPT_PIPELINING.3 index a44294d55..187338a91 100644 --- a/docs/libcurl/opts/CURLMOPT_PIPELINING.3 +++ b/docs/libcurl/opts/CURLMOPT_PIPELINING.3 @@ -63,7 +63,9 @@ This bit is deprecated and has no effect since version 7.62.0. If this bit is set, libcurl will try to multiplex the new transfer over an existing connection if possible. This requires HTTP/2. .SH DEFAULT -0 (both pipeline and multiplexing are off) +Since 7.62.0, \fBCURLPIPE_MULTIPLEX\bP is enabled by default. + +Before that, default was \fBCURLPIPE_NOTHING\fP. .SH PROTOCOLS HTTP(S) .SH EXAMPLE -- cgit v1.2.3