]> granicus.if.org Git - curl/commitdiff
to support "redirects" after the full body is transfered
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2003 15:31:40 +0000 (15:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jun 2003 15:31:40 +0000 (15:31 +0000)
lib/urldata.h

index 4a2e97f06f67583cde9e321aa3a7fb4ac58d6d98..a03e12d26625b189d71d0429101f6929cee946b8 100644 (file)
@@ -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 */
 };
 
 /*