aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-03 11:09:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-03 11:09:00 +0000
commitecba113125428dae4c697832fa2caace30f68f43 (patch)
tree60e38720faf86da663f01ccf79f88b191b3742f2
parent350c536f6c6b5f7179ffcce19f195a94b0c83fd7 (diff)
Cris changes
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 96aed09fa..3603902ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
History of Changes
+Daniel (3 May 2001)
+- Cris Bailiff fixed a chunked transfer encoding problem with persistent
+ connection that made libcurl fail if the persistent connection used mixed
+ chunked and non-chunked transfers.
+
+- Cris Bailiff fixed a bad treatment of 304-replies, as they would not be
+ treated as content-length 0 replies but would cause a "hang" until the
+ server timed-out and closed the connection.
+
+- Brad Burdick found a problem in the docs/examples/Makefile.am
+
Daniel (27 April 2001)
- Updated the INTERALS document again. It was lagging a bit. I think I made it
more easy to follow now as well.