aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index cd9f37f69..e882bd4c6 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -893,6 +893,9 @@ typedef enum {
/* feed cookies into cookie engine */
CINIT(COOKIELIST, OBJECTPOINT, 135),
+ /* ignore Content-Length */
+ CINIT(IGNORE_CONTENT_LENGTH, LONG, 136),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;