Loading lib/http.c +2 −1 Original line number Diff line number Diff line Loading @@ -1761,9 +1761,10 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) break; } } else else { /* prepare for a http2 request */ Curl_http2_setup(conn); } http = data->req.protop; Loading Loading
lib/http.c +2 −1 Original line number Diff line number Diff line Loading @@ -1761,9 +1761,10 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) break; } } else else { /* prepare for a http2 request */ Curl_http2_setup(conn); } http = data->req.protop; Loading