aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-02-01 00:42:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-02-01 00:42:54 +0000
commit78f0c4f2ba87a543f2e1ef882f91786a9d62e8ca (patch)
tree1947ebe3092e879b196c444fda9d6fde54fb022a
parent041d06d9f23aad3f48425772dab6e33440b530d6 (diff)
status update before night-time
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fb7fcc7dc..ef31c17cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,12 +10,19 @@ Version XX
Daniel (31 January 2000):
- Paul Harrington <paul@pizza.org> found another core dump in the cookie
- parser.
+ parser. Curl doesn't properly recognize the 'version' keyword and I think
+ 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.
- 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.
+ It took me two hours to rewrite Download() and Upload() into the new
+ single function Transfer(). It even seems to work! More testing is required
+ of course... I should get the header-sending together in a kind of queue
+ and let them get "uploaded" in Transfer() as well.
+
- Zhibiao Wu <wuzb@erols.com> pointed out a curl bug in the location: area,
although I did not get a reproducable way to do this why I have to wait
with fixing anything.