aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-12 12:35:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-12 12:35:30 +0000
commitee600ace374db0719dc54acd66880a3d70b4a38b (patch)
treee21b676bf577a86f5ea2b785cbdb9c1d5b3c3005
parentda86e32eb4207887d2d30d395dd721341c1c7930 (diff)
three silly bugs
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e794c91db..69716b4f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,20 @@
Changelog
+Daniel (12 Oct 2002)
+- Trying to connect to a host on a bad port number caused the multi interface
+ to never return failure and it appeared to keep on trying forever (it just
+ didn't do anything).
+
+Daniel (11 Oct 2002)
+- Downloading HTTP without headers didn't work 100%, some of the initial data
+ got written twice. Kevin Roth reported.
+
+- Kevin Roth found out the "config file" parser in the client code could
+ segfault, like if DOS newlines were used.
+
+Version 7.10.1 (11 Oct 2002)
+
Daniel (10 Oct 2002)
- Jeff Lawson fixed a few problems with connection re-use that remained when
you set CURLOPT_PROXY to "".