mirror of
https://github.com/curl/curl.git
synced 2026-04-23 08:12:11 +03: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue