Better http1.1 support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20103 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-09-21 22:01:47 +00:00
parent 11c33e2edb
commit 4505e3f2e7

View file

@ -1,6 +1,10 @@
2004-09-21 Richard Frith-Macdonald <rfm@gnu.org>
* 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 <rfm@gnu.org>