aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-06 06:28:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-06 06:28:39 +0000
commit03a56b3e56f8200c479f3786b54dc458b148f667 (patch)
treeb99cbce86f059275f8e7e56c769388d1c2fdcffc /lib/urldata.h
parent18f67852be77951b9d559240d382a223223666e4 (diff)
HTTP resume fix, now the range pointer may be allocated
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 241bfc268..87e49a840 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -307,6 +307,7 @@ struct Configbits {
bool proxystringalloc; /* the http proxy string is malloc()'ed */
bool set_port;
bool set_range;
+ bool rangestringalloc; /* the range string is malloc()'ed */
bool upload;
bool use_netrc;
bool user_passwd;