1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

the client is adjusted to work with persistant curl handles, and *gee* it

seems to be working!!!
This commit is contained in:
Daniel Stenberg 2001-03-12 13:59:38 +00:00
parent d774b10afb
commit 3e88b1cac5

View File

@ -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.