aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-03 07:52:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-03 07:52:00 +0000
commit0f4d042d3e56fefe74a4f07ca5050a1f7efd5515 (patch)
tree0d985f8915124ba8e85cfd4103c7e166730da869 /lib/urldata.h
parentc79de8d86efd415ce8b8d67aadfa00981e3e0802 (diff)
Ignore content-length when chunked transfer-encoding is transfered.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f17801541..834bcc6f3 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -306,7 +306,6 @@ struct ConnectBits {
struct Curl_transfer_keeper {
int bytecount; /* total number of bytes read */
int writebytecount; /* number of bytes written */
- long contentlength; /* size of incoming data */
struct timeval start; /* transfer started at this time */
struct timeval now; /* current time */
bool header; /* incoming data has HTTP header */