aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-08 16:59:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-08 16:59:13 +0000
commitfb3c85ab2f6353985b5a3b4252e18b8398d095eb (patch)
treea512ced50dba24b8bba47668aca2d355df3c8fa9 /lib/urldata.h
parenta9b7c3531ca07ea7faec636fd76a56d73645e62c (diff)
fixed the 304 response-with-content-length problem reported by Cory Nelson
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 27b5e2d1b..a3b2c25ff 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -494,6 +494,8 @@ struct Curl_transfer_keeper {
and we're uploading the last chunk */
bool ignorebody; /* we read a response-body but we ignore it! */
+ bool ignorecl; /* This HTTP response has no body so we ignore the Content-
+ Length: header */
};
#if defined(USE_ARES) || defined(USE_THREADING_GETHOSTBYNAME) || \