From: Fabian Keil Date: Sun, 21 Oct 2012 13:02:01 +0000 (+0000) Subject: Document the tolerate-pipelining directive X-Git-Tag: v_3_0_20~216 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=e100988d11465f5dfda3d74f0e96c5dbdd2a9cc3 Document the tolerate-pipelining directive --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index c9ae0390..0977c735 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.85 2012/10/21 12:33:52 fabiankeil Exp $ + $Id: p-config.sgml,v 2.86 2012/10/21 13:01:40 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.85 2012/10/21 12:33:52 fabiankeil Exp $ + $Id: p-config.sgml,v 2.86 2012/10/21 13:01:40 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ @@ -2611,6 +2611,74 @@ forward-socks4, forward-socks4a and forward-socks5 +tolerate-pipelining + + + Specifies: + + + Whether or not pipelined requests should be served. + + + + + Type of value: + + + 0 or 1. + + + + + Default value: + + None + + + + Effect if unset: + + + If Privoxy receives more than one request at once, it terminates the + client connection after serving the first one. + + + + + Notes: + + + &my-app; currently doesn't pipeline outgoing requests, + thus allowing pipelining on the client connection is not + guaranteed to improve the performance. + + + By default &my-app; tries to discourage clients from pipelining + by discarding aggressively pipelined requests, which forces the + client to resend them through a new connection. + + + This option lets &my-app; tolerate pipelining. Whether or not + that improves performance mainly depends on the client configuration. + + + This options is new and should be considered experimental. + + + + + Examples: + + + tolerate-pipelining 1 + + + + +@@#tolerate-pipelining 1]]> + + + default-server-timeout