Loading lib/sendf.c +2 −1 Original line number Diff line number Diff line Loading @@ -551,7 +551,8 @@ CURLcode Curl_read(struct connectdata *conn, /* connection data */ ssize_t nread = 0; size_t bytesfromsocket = 0; char *buffertofill = NULL; bool pipelining = Curl_multi_pipeline_enabled(conn->data->multi); bool pipelining = Curl_multi_pipeline_enabled(conn->data->multi) && !conn->bits.multiplex; /* Set 'num' to 0 or 1, depending on which socket that has been sent here. If it is the second socket, we set num to 1. Otherwise to 0. This lets Loading Loading
lib/sendf.c +2 −1 Original line number Diff line number Diff line Loading @@ -551,7 +551,8 @@ CURLcode Curl_read(struct connectdata *conn, /* connection data */ ssize_t nread = 0; size_t bytesfromsocket = 0; char *buffertofill = NULL; bool pipelining = Curl_multi_pipeline_enabled(conn->data->multi); bool pipelining = Curl_multi_pipeline_enabled(conn->data->multi) && !conn->bits.multiplex; /* Set 'num' to 0 or 1, depending on which socket that has been sent here. If it is the second socket, we set num to 1. Otherwise to 0. This lets Loading