zwoop commented on code in PR #12201:
URL: https://github.com/apache/trafficserver/pull/12201#discussion_r2512007497
##########
plugins/compress/compress.cc:
##########
@@ -580,7 +620,14 @@ transformable(TSHttpTxn txnp, bool server,
HostConfiguration *host_configuration
continue;
}
- if (strncasecmp(value, "br", sizeof("br") - 1) == 0) {
+ info("Accept-Encoding value [%.*s]", len, value);
Review Comment:
Nit picking (and I know it's the same), but this feels more like a debug()
than an info().
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]