From 639a7982ba66d39c76529b22ae50b409d0f83b44 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Mar 2001 10:18:01 +0000 Subject: [PATCH] server problems, libcurl *works* persistant over HTTP proxy!!!! --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index 3a34c40..4ac663b 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,21 @@ History of Changes +Daniel (12 March 2001) +- 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. + +- I've made persistance work over a squid HTTP proxy. I find it disturbing + that it uses headers that aren't present in any HTTP standard though + (Proxy-Connection:) and that makes me feel that I'm now on the edge of what + the standard actually defines. I need to get this code excercised on a lot + of different HTTP proxies before I feel safe. + + Now I'm facing the problem with my test suite servers (both FTP and HTTP) + not supporting persistant connections and libcurl is doing them now. I have + to fix the test servers to get all the test cases do OK. + Daniel (8 March 2001) - "Transfer-Encoding: chunked" is no longer any trouble for libcurl. I've added two source files and I've run some test downloads that look fine. -- 2.7.4