Patch #1966: Break infinite loop in httplib when the servers
implements the chunked encoding incorrectly.
diff --git a/Misc/NEWS b/Misc/NEWS
index ffb1771..6ea4eea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@
 Library
 -------
 
+- Patch #1966: Break infinite loop in httplib when the servers
+  implements the chunked encoding incorrectly.
+
 - tarfile.py: Fix reading of xstar archives.
 
 - #2021: Allow tempfile.NamedTemporaryFile to be used in with statements