From f7c5a097e31b74cd92447416d185856e20afb717 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 30 Aug 2004 15:02:18 +0000 Subject: [PATCH] proxy-connection close --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 606bbda73..6407a4964 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel (30 August 2004) +- Make "Proxy-Connection: close" close the current proxy connection, as Roman + Koifman found out. + Daniel (24 August 2004) - Fixed a getdate problem by post-replacing the getdate.c file after the bison/yacc process to add the fix Harshal Pradhan suggested. The problem