From: Daniel Stenberg Date: Fri, 27 Apr 2007 08:19:48 +0000 (+0000) Subject: oops, this was supposed to be properly removed X-Git-Tag: curl-7_16_3~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61edee979f2e34a3957da65f6329d5c24a47fc72;p=thirdparty%2Fcurl.git oops, this was supposed to be properly removed --- diff --git a/lib/url.c b/lib/url.c index faa85b1b05..77fc671733 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2906,14 +2906,6 @@ static CURLcode CreateConnection(struct SessionHandle *data, /* Store creation time to help future close decision making */ conn->created = Curl_tvnow(); -#if 0 - /* range status */ - data->reqdata.use_range = (bool)(NULL != data->set.set_range); - - data->reqdata.range = data->set.set_range; /* clone the range setting */ - data->reqdata.resume_from = data->set.set_resume_from; -#endif - conn->bits.user_passwd = (bool)(NULL != data->set.userpwd); conn->bits.proxy_user_passwd = (bool)(NULL != data->set.proxyuserpwd); conn->bits.no_body = data->set.opt_no_body;