mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
multi: enable multiplexing by default (again)
It was originally made default ind7c4213bd0
(7.62.0) but mistakenly reverted in commit2f44e94efb
(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…
Reference in New Issue
Block a user