This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 21bb611ce4 Docs: Correct the mismatch between the documentation and 
actual behavior (#12492)
21bb611ce4 is described below

commit 21bb611ce4ef9086d1a548ea5e994fef1c618652
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu Sep 11 13:12:10 2025 -0600

    Docs: Correct the mismatch between the documentation and actual behavior 
(#12492)
    
    PR #9383 added the fallback mechanism for ports that are configured to 
accept
    PROXY protocol, and the existence of PROXY header is no longer mandatory.
---
 doc/admin-guide/files/records.yaml.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index e882bfac2b..706a4b55e8 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -780,7 +780,7 @@ proto
 
 pp
    Enables Proxy Protocol on the port.  If Proxy Protocol is enabled on the
-   port, all incoming requests must be prefaced with the PROXY header.  See
+   port, |TS| tries to parse the header first, and it falls back to the 
regular connection handling based on other keywords. See
    :ref:`Proxy Protocol <proxy-protocol>` for more details on how to configure
    this option properly.
 

Reply via email to