aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-12 15:29:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-12 15:29:04 +0000
commitcb4efcf275fd2acb60fbd0978a3322c65c536704 (patch)
treeb342fcddec8e15c3806d988b7367f19e12bd2ef3 /CHANGES
parent56a27d608a1cfc38a29445155873dedc0ffabaab (diff)
better chunked error detection
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 608a3a9c0..f5e743ccb 100644
--- 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