From d853b47094e015881291a4f283dc7dd4c6990df3 Mon Sep 17 00:00:00 2001 From: CaS Date: Wed, 22 Sep 2004 14:30:30 +0000 Subject: [PATCH] Revert bad change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20106 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ddfd20fbd..769288ac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,6 @@ 2004-09-21 Richard Frith-Macdonald * Source/NSConnection.m: ([_getReplyRmc:]) improve timeout code. - * Source/GSHTTPURLHasndle.m: Modifications to allow a retry of a - load is reusing an http1.1 connection which may have been dropped - by the remote end. Also some restructuring moving towards handling - redirects. 2004-09-20 Richard Frith-Macdonald