mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
multi: enable multiplexing by default (again)
It was originally made default in d7c4213bd0c (7.62.0) but mistakenly reverted in commit 2f44e94efb3d (7.65.0). Now enabled again. Closes #4051
This commit is contained in:
parent
bd4390b1a1
commit
e73b478246
@ -363,6 +363,8 @@ struct Curl_multi *Curl_multi_handle(int hashsize, /* socket hash */
|
||||
Curl_llist_init(&multi->msglist, NULL);
|
||||
Curl_llist_init(&multi->pending, NULL);
|
||||
|
||||
multi->multiplexing = CURLPIPE_MULTIPLEX;
|
||||
|
||||
/* -1 means it not set by user, use the default value */
|
||||
multi->maxconnects = -1;
|
||||
return multi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user