You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2020/09/03 15:21:29 UTC

[trafficserver] branch 9.0.x updated: Deprecate cqhv field (#7143)

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

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 71b4c62  Deprecate cqhv field (#7143)
71b4c62 is described below

commit 71b4c62ac321a69957a9b98705d27851f83ecf25
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Sat Aug 29 00:02:38 2020 +0900

    Deprecate cqhv field (#7143)
    
    (cherry picked from commit da01051e5985b4ef25db368ee33de6b605a8ddee)
---
 doc/admin-guide/logging/formatting.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/logging/formatting.en.rst b/doc/admin-guide/logging/formatting.en.rst
index fbb74d6..583e999 100644
--- a/doc/admin-guide/logging/formatting.en.rst
+++ b/doc/admin-guide/logging/formatting.en.rst
@@ -564,7 +564,8 @@ were in effect for a given event.
 ===== ===================== ===================================================
 Field Source                Description
 ===== ===================== ===================================================
-cqhv  Client Request        Client request HTTP version.
+cqhv  Client Request        Client request HTTP version. Deprecated since 9.0.
+                            Use ``cqpv`` instead.
 cqpv  Client Request        Client request protocol and version.
 csshv Cached Proxy Response Origin server's HTTP version from cached version of
                             the document in |TS| proxy cache.