http: Fix a compiler warning when http2 support is disabled
This commit is contained in:
@@ -1761,9 +1761,10 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
/* prepare for a http2 request */
|
/* prepare for a http2 request */
|
||||||
Curl_http2_setup(conn);
|
Curl_http2_setup(conn);
|
||||||
|
}
|
||||||
|
|
||||||
http = data->req.protop;
|
http = data->req.protop;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user