aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-11 15:31:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-11 15:31:40 +0000
commit09df1cd41ebe509149bfed33d1f0a75d63f6af1f (patch)
treeb8e6a8439897e3f999256dcecb0197c585520423 /lib
parent52c5b572005662803ced51f4008bc175e8b59eca (diff)
to support "redirects" after the full body is transfered
Diffstat (limited to 'lib')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
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 */
};
/*