From: Daniel Stenberg Date: Wed, 11 Jun 2003 15:31:40 +0000 (+0000) Subject: to support "redirects" after the full body is transfered X-Git-Tag: curl-7_10_6~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09df1cd41ebe509149bfed33d1f0a75d63f6af1f;p=curl to support "redirects" after the full body is transfered --- diff --git a/lib/urldata.h b/lib/urldata.h index 4a2e97f06..a03e12d26 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 */ }; /*