aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-12 13:59:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-12 13:59:38 +0000
commit3e88b1cac52d2ee923675700d8f4953e20d26d67 (patch)
tree8dc85334dd21f2b27b560b0a7b2b1e31494c8aa0
parentd774b10afb1ac27f255a4c1507ce89778faf6f94 (diff)
the client is adjusted to work with persistant curl handles, and *gee* it
seems to be working!!!
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ac663b7b..8ca5246fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,14 @@
Daniel (12 March 2001)
+- Made curl (the actual command line tool) use the new libcurl 7.7 persistant
+ connection support by re-using the same curl handle for every specified file
+ transfer and after some more test case tweaking we have 100% test case OK.
+
+- Had to add 'Connection: close' to the headers of a bunch of test cases so
+ that curl behaves "old-style" since the test http server doesn't do multiple
+ connections... Now I get 100% test case OK.
+
- The curl.haxx.se site, the main curl mailing list and my personal email are
all dead today due to power blackout in the area where the main servers are
located. Horrible.