aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-09 20:12:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-09 20:12:16 +0000
commit4935853eb9d13beba2fa9ba1702b69fdb71832cc (patch)
tree41f334058e156a7db8409b41f78d90abf7afc5e6 /CHANGES
parentd1a3c9944ee3215d78d644c47768e205fd043990 (diff)
resume fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index beb893984..ca179f102 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
Daniel (9 October)
+- Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform
+ an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download
+ still has a Range header with a garbage value." bug report #820502
+
- Dominick Meglio made the inet_pton.c file build fine using MSVC.
- The 'sws' test suite web server now #include setup.h from the lib directory.