]> granicus.if.org Git - python/commitdiff
news for issue13684
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:52:40 +0000 (23:52 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:52:40 +0000 (23:52 +0800)
Misc/NEWS

index 20ca9684f57a98b91e4f1f9403c80ca5567b8b13..eb0c9de2217f927b75adcfdd98730b063052aaa3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #13684: Fix httplib tunnel issue of infinite loops for certain sites
+  which send EOF without trailing \r\n.
 - Issue #14308: Fix an exception when a "dummy" thread is in the threading
   module's active list after a fork().