aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-03 09:31:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-03 09:31:25 +0000
commit2c27e4ee767c37e1923d26dfc1cddafe31490c2c (patch)
treea588fbad167c1a9ec36f044f952aa0ee9d0a2459 /CHANGES
parent6ac9e67bd758e99a5ec385dba4492de3c35cd25f (diff)
Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
at a chunk boundary it was not considered an error and thus went unnoticed. Added test case 207 to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 982cc0a0e..8ee15e0a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,20 @@
Changelog
+Daniel (3 December 2004)
+- Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
+ at a chunk boundary it was not considered an error and thus went unnoticed.
+
+ Added test case 207 to verify.
+
+Daniel (2 December 2004)
+- Fixed the CONNECT loop to default timeout to 3600 seconds.
+
+ Added test case 206 that makes CONNECT with Digest.
+
+ Fixed a flaw that prepended "(nil)" to the initial CONNECT rqeuest's user-
+ agent field.
+
Daniel (30 November 2004)
- Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream