mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:17:53 +03:00
to support "redirects" after the full body is transfered
This commit is contained in:
parent
52c5b57200
commit
09df1cd41e
1 changed files with 2 additions and 0 deletions
|
|
@ -359,6 +359,8 @@ struct Curl_transfer_keeper {
|
|||
|
||||
bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
|
||||
and we're uploading the last chunk */
|
||||
|
||||
bool returnbeforebody; /* if to break transfer after headers */
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue