mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
multiplex: enable by default
Starting 7.62.0, multiplexing is enabled by default in multi handles.
This commit is contained in:
parent
b004a174ea
commit
d7c4213bd0
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue