news for issue13684
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:53:16 +0000 (23:53 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 23 Apr 2012 15:53:16 +0000 (23:53 +0800)
Misc/NEWS

index cc243be2e15eed4d34dee6d7522d6a7d97ffc9a7..fddcb7c352cabbfef7c119fecd3f6a7a8247ee4a 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 #14629: Raise SyntaxError in tokenizer.detect_encoding if the
   first two lines have non-UTF-8 characters without an encoding declaration.