From 4c20c4e198b0a87f94a814d891ef18bf2d49864a Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Mon, 23 Apr 2012 23:52:40 +0800 Subject: [PATCH] news for issue13684 --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 20ca9684f5..eb0c9de221 100644 --- 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(). -- 2.50.0