From dc932f739a340cdbf38653182a31a3e96c0b3482 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Jan 2004 12:54:22 +0000 Subject: CONNECT response headers are now passed back as "regular" headers --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b3a7b9291..e72148229 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,17 @@ Changelog +Daniel(27 January 2004) +- Made the response-headers during a CONNECT request to a proxy get passed on + as regular headers, so they appear with -i/-I options and similar. + +- Based on a patch by Gisle Vanem, I've made the progress meter display + properly switch to a GB-display when more than 9999MB have been transfered. + Daniel(23 January 2004) +- Gisle Vanem pointed out a curlrc parser problem/crash when an option with a + required didn't have one and was on the last line of a file. + - More Windows fixes for large files. We now build and link with ../lib/strtoofft.c in the app code since Curl_strtoll() is not a provided libcurl function... Perhaps we should consider a 'common' dir or similar -- cgit v1.2.3