From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 13 Nov 2010 20:15:41 +0000 (+0000)
Subject: Mention that Privoxy would time the hanging connections out, too.
X-Git-Tag: v_3_0_17~6
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/man-page/faq/static/@default-cgi@?a=commitdiff_plain;h=b076d64aa1be336799b7bc09b190ee3992f2bd11;p=privoxy.git

Mention that Privoxy would time the hanging connections out, too.
---

diff --git a/ChangeLog b/ChangeLog
index 84131126..63a32beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,15 +5,15 @@ ChangeLog for Privoxy
 
 - Fixed last-chunk-detection for responses where the content was small
   enough to be read with the body, causing Privoxy to wait for the
-  end of the content until the server closed the connection.
-  Reported by "Karsten" in #3028326.
+  end of the content until the server closed the connection or the
+  request timed out. Reported by "Karsten" in #3028326.
 - Responses with status code 204 weren't properly detected as body-less
-  like RFC2616 mandates. Like the previous bug, this caused Privoxy
-  to wait for the end of the content until the server closed the connection.
-  Fixes #3022042 and #3025553, reported by a user with no visible name.
-  Most likely also fixes a bunch of other AJAX-related problem reports
-  that got closed in the past due to insufficient information and lack
-  of feedback.
+  like RFC2616 mandates. Like the previous bug, this caused Privoxy to
+  wait for the end of the content until the server closed the connection
+  or the request timed out. Fixes #3022042 and #3025553, reported by a
+  user with no visible name. Most likely also fixes a bunch of other
+  AJAX-related problem reports that got closed in the past due to
+  insufficient information and lack of feedback.
 - Fixed an ACL bug that made it impossible to build a blacklist.
   Usually the ACL directives are used in a whitelist, which worked
   as expected, but blacklisting is still useful for public proxies