mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:23:31 +03:00
Adrian Schuur added trailer support in the chunked encoding stream. The
trailer is then sent to the normal header callback/stream.
This commit is contained in:
parent
86660c73e5
commit
465e19dbe9
9 changed files with 200 additions and 9 deletions
|
|
@ -1496,6 +1496,7 @@ CURLcode Curl_disconnect(struct connectdata *conn)
|
|||
Curl_safefree(conn->allocptr.host);
|
||||
Curl_safefree(conn->allocptr.cookiehost);
|
||||
Curl_safefree(conn->ip_addr_str);
|
||||
Curl_safefree(conn->trailer);
|
||||
|
||||
/* possible left-overs from the async name resolvers */
|
||||
#if defined(USE_ARES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue