From: Daniel Stenberg Date: Mon, 12 Mar 2001 13:59:38 +0000 (+0000) Subject: the client is adjusted to work with persistant curl handles, and *gee* it X-Git-Tag: upstream/7.37.1~17001 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e88b1cac52d2ee923675700d8f4953e20d26d67;p=platform%2Fupstream%2Fcurl.git the client is adjusted to work with persistant curl handles, and *gee* it seems to be working!!! --- diff --git a/CHANGES b/CHANGES index 4ac663b..8ca5246 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.