diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-27 08:19:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-27 08:19:48 +0000 |
commit | 61edee979f2e34a3957da65f6329d5c24a47fc72 (patch) | |
tree | 5f432c800b289f82a2c23561fadc0618273b76ed /lib | |
parent | 7a343a3f60295963ce51185a739c5e4fb1438524 (diff) |
oops, this was supposed to be properly removed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/url.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; |