better chunked error detection
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 15:29:04 +0000 (15:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 15:29:04 +0000 (15:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 608a3a9c014dfe01948018bb2c60ccca25b7e065..f5e743ccbf3108b72dd19d8e5d07c9d8ed9b3cdb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,11 @@
 
 
 Daniel (12 March 2001)
+- Made the chunked transfer-encoding engine detected bad formatted data length
+  and return error if so (we can't possibly extract sensible data if this is
+  the case). Added a test case that detects this. Number 36. Now there are 60
+  test cases.
+
 - Added 5 new libcurl options to curl/curl.h that can be used to control the
   persistant connection support in libcurl. They're also documented (fairly
   thoroughly) in the curl_easy_setopt.3 man page. Three of them are now