aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-02 22:30:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-02 22:30:34 +0000
commitd9023c16abd0f6b89eb94bbad44d9723947f3c34 (patch)
tree8a82fda4f027bcdcad971efcfa4b3973011763a5 /CHANGES
parent193d33fd4a4267c327e95cddc7d92103f187e2a3 (diff)
- I fixed two cases of missing return code checks when handling chunked
decoding where a write error (or abort return from a callback) didn't stop libcurl's processing.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 23dbddb9d..09c076e67 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel S (2 Jan 2008)
+- I fixed two cases of missing return code checks when handling chunked
+ decoding where a write error (or abort return from a callback) didn't stop
+ libcurl's processing.
+
- I removed the socklen_t use from the public curl/curl.h header and instead
made it an unsigned int. The type was only used in the curl_sockaddr struct
definition (only used by the curl_opensocket_callback). On all platforms I