From: Fabian Keil Date: Sun, 29 Nov 2009 15:04:51 +0000 (+0000) Subject: Add default-server-timeout section. X-Git-Tag: v_3_0_16~114 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=17c72b92662a5f125fc81384e98633146e561c71 Add default-server-timeout section. --- diff --git a/config b/config index 38eb50a8..093b9cd9 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # Sample Configuration File for Privoxy v3.0.15 beta # -# $Id: config,v 1.81 2009/07/18 16:06:33 fabiankeil Exp $ +# $Id: config,v 1.82 2009/10/10 05:56:41 fabiankeil Exp $ # # Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ # @@ -1492,7 +1492,58 @@ split-large-forms 0 keep-alive-timeout 300 # # -# 6.5. connection-sharing +# 6.5. default-server-timeout +# ============================ +# +# Specifies: +# +# Assumed server-side keep-alive timeout if not specified by +# the server. +# +# Type of value: +# +# Time in seconds. +# +# Default value: +# +# None +# +# Effect if unset: +# +# Connections for which the server didn't specify the keep-alive +# timeout are not reused. +# +# Notes: +# +# Enabling this option significantly increases the number of +# connections that are reused, provided the keep-alive-timeout +# option is also enabled. +# +# While it also increases the number of connections problems when +# Privoxy tries to reuse a connection that already has been closed +# on the server side, or is closed while Privoxy is trying to +# reuse it, this should only be a problem if it happens for the +# first request sent by the client. If it happens for requests +# on reused client connections, Privoxy will simply close the +# connection and the client is supposed to retry the request +# without bothering the user. +# +# Enabling this option is therefore only recommended if the +# connection-sharing option is disabled. +# +# It is an error to specify a value larger than the +# keep-alive-timeout value. +# +# This option has no effect if Privoxy has been compiled without +# keep-alive support. +# +# Examples: +# +# default-server-timeout 60 +# +#default-server-timeout 60 +# +# 6.6. connection-sharing # ======================== # # Specifies: @@ -1563,7 +1614,7 @@ keep-alive-timeout 300 #connection-sharing 1 # # -# 6.6. socket-timeout +# 6.7. socket-timeout # ==================== # # Specifies: @@ -1596,7 +1647,7 @@ keep-alive-timeout 300 socket-timeout 300 # # -# 6.7. max-client-connections +# 6.8. max-client-connections # ============================ # # Specifies: