From 03a56b3e56f8200c479f3786b54dc458b148f667 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 6 Oct 2000 06:28:39 +0000 Subject: HTTP resume fix, now the range pointer may be allocated --- lib/urldata.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3