mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
http2: removed unused function
This commit is contained in:
parent
a7cb6a28e2
commit
202162daeb
@ -908,15 +908,6 @@ CURLcode Curl_http2_init(struct connectdata *conn)
|
|||||||
return CURLE_OK;
|
return CURLE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Send a request using http2
|
|
||||||
*/
|
|
||||||
CURLcode Curl_http2_send_request(struct connectdata *conn)
|
|
||||||
{
|
|
||||||
(void)conn;
|
|
||||||
return CURLE_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Append headers to ask for a HTTP1.1 to HTTP2 upgrade.
|
* Append headers to ask for a HTTP1.1 to HTTP2 upgrade.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user