Repository: trafficserver Updated Branches: refs/heads/4.2.x 0add23273 -> 27294483b
Fix the documented default value for proxy.config.http.transaction_active_timeout_in GitHub: This closes #47 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/27294483 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/27294483 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/27294483 Branch: refs/heads/4.2.x Commit: 27294483bf517bd243f4c0cf421bf78313e3a2ae Parents: 0add232 Author: Piotr BuliÅski <[email protected]> Authored: Tue Feb 25 17:57:35 2014 +0100 Committer: James Peach <[email protected]> Committed: Thu Mar 27 09:42:15 2014 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/27294483/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index be67e33..38179d5 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -746,7 +746,7 @@ HTTP Connection Timeouts Specifies how long Traffic Server keeps connections to origin servers open if the transaction stalls. -.. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_in INT 0 +.. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_in INT 900 :reloadable: The maximum amount of time Traffic Server can remain connected to a client. If the transfer to the client is not complete before this
