X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=3e6042152d6aa58275ad6f4ac9d6bc119126c3eb;hp=9b0da9292951d19f89a8a706f97b74e2d8e902c2;hb=57359624a31a97c3e9b79c17527012c2ae4a9b53;hpb=6c85dac44c441a078e6e3b9f6f33408cfa5667e1 diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 9b0da929..3e604215 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.84 2012/10/21 12:33:27 fabiankeil Exp $ + $Id: p-config.sgml,v 2.87 2012/10/21 13:02:01 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.84 2012/10/21 12:33:27 fabiankeil Exp $ + $Id: p-config.sgml,v 2.87 2012/10/21 13:02:01 fabiankeil Exp $ Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/ @@ -2594,7 +2594,7 @@ forward-socks4, forward-socks4a and forward-socks5 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. + it. If your browser appears to be hanging, it probably can't. @@ -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 @@ -3223,7 +3291,7 @@ forward-socks4, forward-socks4a and forward-socks5 @@]]> If log-messages is set to 1, - Privoxy copy log messages to the console + Privoxy copies log messages to the console window. The log detail depends on the debug directive.