aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-20 20:48:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-20 20:48:16 +0000
commit5c882bdfa3c5ed14a324316dbf0c8ab3a4f51261 (patch)
tree84eaa1b67a69a01541aa9954291aeb55c961a569
parent60f9450594758307f0c9b2c99babafbbad4ef3e6 (diff)
fixed transfer speed math
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b1a54fcf7..d3dd5922c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (20 May 2004)
+- Jesse Noller reported that the upload speed info reported by libcurl was
+ wrong. The same was true for the download speed. Fixed now.
+
Daniel (19 May 2004)
- David Byron added test case 170 - this used to crash the previous version of
curl.