mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:03:36 +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
|
|
@ -347,6 +347,7 @@ struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */
|
|||
Curl_llist_init(&multi->pending, multi_freeamsg);
|
||||
|
||||
multi->max_pipeline_length = 5;
|
||||
multi->pipelining = CURLPIPE_MULTIPLEX;
|
||||
|
||||
/* -1 means it not set by user, use the default value */
|
||||
multi->maxconnects = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue