From 09df1cd41ebe509149bfed33d1f0a75d63f6af1f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 11 Jun 2003 15:31:40 +0000 Subject: to support "redirects" after the full body is transfered --- lib/urldata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/urldata.h') 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 */ }; /* -- cgit v1.2.3