This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 7.1.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 006fce2e1a4480eaf51492cd58175886a67e9b0a Author: Miles Libbey <[email protected]> AuthorDate: Tue Nov 13 16:51:58 2018 +0900 Doc: Remove pipeline references Issue #3712 points out that its unlikely that http1.1 pipelining is not working. Options were removed for it a while back. Similarly, support for http 0.9 has been removed. (cherry picked from commit 08e1d345e6c0acb2339e73fc40795a4fcf66ab02) --- doc/admin-guide/files/records.config.en.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index b0e342b..8fff065 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -941,14 +941,9 @@ ip-resolve .. note:: - If HTTP/1.1 is used, then |TS| can use keep-alive connections with - pipelining to origin servers. + If HTTP/1.1 is used, then |TS| can use keep-alive connections to origin servers. - If HTTP/1.0 is used, then |TS| can use keep-alive connections without - pipelining to origin servers. - - If HTTP/0.9 is used, then |TS| does not use keep-alive connections to - origin servers. + If HTTP/1.0 is used, then |TS| can use keep-alive connections to origin servers. .. ts:cv:: CONFIG proxy.config.http.chunking.size INT 4096 :overridable:
