Repository: trafficserver Updated Branches: refs/heads/master 326d4f8ce -> 2aac7a814
Update docs for proxy.config.http.send_http11_requests Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2aac7a81 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2aac7a81 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2aac7a81 Branch: refs/heads/master Commit: 2aac7a814d7a63d844a9ccc9bd44b40bb6382fe3 Parents: 326d4f8 Author: Sudheer Vinukonda <[email protected]> Authored: Tue Jan 27 23:50:40 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Tue Jan 27 23:50:40 2015 +0000 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2aac7a81/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 5a17ec1..c2aace1 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -652,6 +652,21 @@ Value Effect Server can use ``keep-alive`` connections without pipelining to origin servers. +.. ts:cv:: CONFIG proxy.config.http.send_http11_requests INT 1 + :reloadable: + + Specifies when and how Traffic Sever uses http/1.1 to communicate with the origin server + + - ``0`` Never + - ``1`` Always + - ``2`` if the server has returned http1.1 before + - ``3`` if the client request is 1.1 & the server has returned 1.1 before + + .. note:: + + If :ts:cv: `proxy.config.http.use_client_target_addr` is set to 1, options 2 and 3 cause the proxy to use + the client HTTP version for upstream requests. + .. ts:cv:: CONFIG proxy.config.http.share_server_sessions INT 2 :deprecated: @@ -659,7 +674,7 @@ Value Effect default (``2``) is similar to enabled, except it creates a server session pool per network thread. This has the best performance characteristics. Note that setting this parameter to (``2``) will not work correctly unless - the dedicated SSL threads are disabled (:ts:cv `proxy.config.ssl.number.threads` + the dedicated SSL threads are disabled (:ts:cv: `proxy.config.ssl.number.threads` is set to (``-1``)). .. ts:cv:: CONFIG proxy.config.http.server_session_sharing.match STRING both
