From fdec92272a95eefb1615ca709118ae4127af1270 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 13 Feb 2010 16:36:14 +0000 Subject: [PATCH] Rebuild with recently changed keep-alive-timeout default. --- config | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/config b/config index ad966ed6..d772e117 100644 --- a/config +++ b/config @@ -1,8 +1,8 @@ -# Sample Configuration File for Privoxy v3.0.16 +# Sample Configuration File for Privoxy v3.0.16 # -# $Id: config,v 1.85 2010/01/11 13:46:38 fabiankeil Exp $ +# $Id: p-config.sgml,v 2.61 2010/02/04 09:35:04 fabiankeil Exp $ # -# Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ +# Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ # #################################################################### # # @@ -1482,12 +1482,26 @@ split-large-forms 0 # This option has no effect if Privoxy has been compiled without # keep-alive support. # +# Note that a timeout of five seconds as used in the default +# configuration file significantly decreases the number of +# connections that will be reused. The value is used because some +# browsers limit the number of connections they open to a single +# host and apply the same limit to proxies. This can result in a +# single website "grabbing" all the connections the browser allows, +# which means connections to other websites can't be opened until +# the connections currently in use time out. +# +# Several users have reported this as a Privoxy bug, so the default +# value has been reduced. Consider increasing it to 300 seconds +# or even more if you think your browser can handle it. If your +# browser appears to be hanging it can't. +# # Examples: # # keep-alive-timeout 300 # -keep-alive-timeout 300 -# +keep-alive-timeout 5 + # # 6.5. default-server-timeout # ============================ -- 2.39.2