This commit is contained in:
Daniel Stenberg
2003-06-12 23:03:08 +00:00
parent 9d139a6b35
commit d13202f43b
3 changed files with 43 additions and 29 deletions

View File

@@ -340,7 +340,6 @@ struct Curl_transfer_keeper {
/* for the low speed checks: */
time_t timeofdoc;
long bodywrites;
int writetype;
char *buf;
char *uploadbuf;
@@ -360,7 +359,7 @@ 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 */
bool ignorebody; /* we read a response-body but we ignore it! */
};
/*