projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b0bbff
)
SDavila posted a fix that sets conn->bits.use_range properly when doing
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 7 Jun 2001 05:59:20 +0000
(
05:59
+0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 7 Jun 2001 05:59:20 +0000
(
05:59
+0000)
resumed downloads
lib/url.c
patch
|
blob
|
history
diff --git
a/lib/url.c
b/lib/url.c
index 17e4549ffad6885d6d35a8ca35dd09f742dfdb2a..bb70cd7aa001f0bf1ea0c42136589e8f416e5c20 100644
(file)
--- a/
lib/url.c
+++ b/
lib/url.c
@@
-2077,6
+2077,7
@@
static CURLcode Connect(struct UrlData *data,
/* tell ourselves to fetch this range */
conn->range = strdup(resumerange);
+ conn->bits.use_range = TRUE; /* enable range download */
conn->bits.rangestringalloc = TRUE; /* mark range string allocated */
}