aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-12 10:18:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-12 10:18:01 +0000
commit639a7982ba66d39c76529b22ae50b409d0f83b44 (patch)
treee6c7e99413abc1ce044939176822e80152f203b9
parent5bbe18942067f12dcd8745a9fecbc80ae8c1c431 (diff)
server problems,
libcurl *works* persistant over HTTP proxy!!!!
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a34c4091..4ac663b7b 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.