mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:13:37 +03:00
http2: do the POST Upgrade dance properly
This commit is contained in:
parent
0e11307057
commit
a878cb3056
3 changed files with 16 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ CURLcode Curl_http2_init(struct connectdata *conn);
|
|||
CURLcode Curl_http2_send_request(struct connectdata *conn);
|
||||
CURLcode Curl_http2_request_upgrade(Curl_send_buffer *req,
|
||||
struct connectdata *conn);
|
||||
void Curl_http2_switched(struct connectdata *conn);
|
||||
int Curl_http2_switched(struct connectdata *conn);
|
||||
#else /* USE_NGHTTP2 */
|
||||
#define Curl_http2_init(x)
|
||||
#define Curl_http2_send_request(x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue