diff options
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/multi.c b/lib/multi.c index abd8ae563..2b6b1bc52 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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; |