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 2021/11/09 21:19:27 UTC

[trafficserver] branch 9.2.x updated: Fix case of brotli (#8476)

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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 933c09b  Fix case of brotli (#8476)
933c09b is described below

commit 933c09b2afed3461a22f65f67a53b393d9afe5f0
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Fri Oct 29 13:01:30 2021 +0900

    Fix case of brotli (#8476)
    
    (cherry picked from commit 6b32b744539e99191efab01bceffe8815a740faa)
---
 plugins/stats_over_http/stats_over_http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/stats_over_http/stats_over_http.c b/plugins/stats_over_http/stats_over_http.c
index bb75fe7..e497275 100644
--- a/plugins/stats_over_http/stats_over_http.c
+++ b/plugins/stats_over_http/stats_over_http.c
@@ -62,7 +62,7 @@
 #define DEFAULT_URL_PATH "_stats"
 
 // TODO: replace with TS_HTTP_* when BROTLI is supported
-#define HTTP_VALUE_BR "BR"
+#define HTTP_VALUE_BR "br"
 #define HTTP_LEN_BR 2
 
 // from mod_deflate: