From c6d2fe12091bbfa696b60b00cbf52b31bce51c9e Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Fri, 29 Oct 2021 09:43:03 +0900 Subject: [PATCH] Fix case of brotli --- 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 bb75fe791b5..e497275248c 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: