diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-02-01 23:54:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-02-01 23:54:00 +0000 |
commit | 0bc8d2ea1f3e40c1d943849491b9479c01c150ef (patch) | |
tree | 7fe5be0a8844f3d3de63a80a3f254deaabdcc8c4 /CHANGES | |
parent | b82e9c606cf8bc0e8ce50f8862a29cbec6a2f512 (diff) | |
download | curl-0bc8d2ea1f3e40c1d943849491b9479c01c150ef.tar.gz |
cookie-update
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 <eichin@thok.org> 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. |