From: Daniel Stenberg Date: Tue, 1 Feb 2000 23:54:00 +0000 (+0000) Subject: cookie-update X-Git-Tag: curl-6_5~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bc8d2ea1f3e40c1d943849491b9479c01c150ef;p=thirdparty%2Fcurl.git cookie-update --- diff --git a/CHANGES b/CHANGES index ef31c17cf1..2afde1e87b 100644 --- a/CHANGES +++ b/CHANGES @@ -14,6 +14,9 @@ Daniel (31 January 2000): that is what caused this. I need to refresh some specs on cookies and see what else curl lacks to improve this a bit more once and for all. + RFC 2109 clearly specifies how cookies should be dealt with when they are + compliant with that spec. I don't think many servers are though... + - Mark W. Eichin found that while curl is uploading a form to a web site, it doesn't read incoming data why it'll hang after a while since the socket "pipe" becomes full.