aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 40e9e5c43..a0b9d508b 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -79,6 +79,8 @@
#include <curl/curl.h>
+#include "http_chunks.h" /* for the structs and enum stuff */
+
/* Download buffer size, keep it fairly big for speed reasons */
#define BUFSIZE (1024*50)
@@ -167,6 +169,8 @@ struct HTTP {
struct Form form;
size_t (*storefread)(char *, size_t , size_t , FILE *);
FILE *in;
+
+ struct Curl_chunker chunk;
};
/****************************************************************************