aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-13 09:07:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-13 09:07:32 +0000
commit5121499082301ba2fd66e67a418ee8efc4c7e9cf (patch)
tree6bd8eff2734ca85cd0b3347e23227425140e1511
parent3e049a90b7fc05336a9b286031091de0170a87cc (diff)
more more more
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3173e94d..fb3b2db81 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,14 @@
History of Changes
Daniel (12 November 2001)
+- Ricardo Cadime fell over a multiple requests problem when first a FTP
+ directory fetch failed and then a second request is made after that. The
+ second request happened to get the FTP server response back from the
+ previous request, when it did its initial CWD command.
+
+- Bjorn Reese pointed out that we could improved the time diff function to
+ prevent truncation a bit.
+
- Kai-Uwe Rommel made me aware that -p (http proxy tunnel) silly enough didn't
work for plain HTTP requests! So I made that work.