aboutsummaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/http.h b/lib/http.h
index 50db486d2..a2f702d02 100644
--- a/lib/http.h
+++ b/lib/http.h
@@ -169,6 +169,7 @@ struct HTTP {
char *mem; /* points to a buffer in memory to store received data */
size_t len; /* size of the buffer 'mem' points to */
+ size_t memlen; /* size of data copied to mem */
};
typedef int (*sending)(void); /* Curl_send */