summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cac6932..9d9264e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -441,6 +441,10 @@ Core and builtins
Library
-------
+- #900744: If an invalid chunked-encoding header is sent by a server,
+ httplib will now raise IncompleteRead and close the connection instead
+ of raising ValueError.
+
- #1492: The content type of BaseHTTPServer error messages can now be
overridden.