mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
http2: setup the new pushed stream properly
This commit is contained in:
parent
ea7134ac87
commit
feea9263e9
6 changed files with 127 additions and 38 deletions
|
|
@ -164,6 +164,7 @@ CURLcode Curl_http_setup_conn(struct connectdata *conn)
|
|||
conn->data->req.protop = http;
|
||||
|
||||
Curl_http2_setup_conn(conn);
|
||||
Curl_http2_setup_req(conn->data);
|
||||
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue