mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
header api: add curl_easy_header and curl_easy_nextheader
Add test 1940 to 1946 to verify. Closes #8593
This commit is contained in:
parent
bdc664a640
commit
d1e4a67734
38 changed files with 1798 additions and 306 deletions
|
|
@ -719,7 +719,6 @@ static CURLcode multi_done(struct Curl_easy *data,
|
|||
}
|
||||
|
||||
Curl_safefree(data->state.buffer);
|
||||
Curl_free_request_state(data);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue