Commit 09df1cd4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

to support "redirects" after the full body is transfered

parent 52c5b572
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
};

/*