1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

to support "redirects" after the full body is transfered

This commit is contained in:
Daniel Stenberg 2003-06-11 15:31:40 +00:00
parent 52c5b57200
commit 09df1cd41e

View File

@ -359,6 +359,8 @@ struct Curl_transfer_keeper {
bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
and we're uploading the last chunk */ and we're uploading the last chunk */
bool returnbeforebody; /* if to break transfer after headers */
}; };
/* /*