mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
parent
43a50a2580
commit
b46cfbc068
28 changed files with 312 additions and 29 deletions
|
|
@ -464,9 +464,11 @@ static int push_promise(struct Curl_easy *data,
|
|||
goto fail;
|
||||
}
|
||||
|
||||
Curl_set_in_callback(data, true);
|
||||
rv = data->multi->push_cb(data, newhandle,
|
||||
stream->push_headers_used, &heads,
|
||||
data->multi->push_userp);
|
||||
Curl_set_in_callback(data, false);
|
||||
|
||||
/* free the headers again */
|
||||
for(i = 0; i<stream->push_headers_used; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue