aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index c1e597971..c24e1c0dd 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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! */
};
/*