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:
parent
52c5b57200
commit
09df1cd41e
@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user