bneradt commented on code in PR #12505:
URL: https://github.com/apache/trafficserver/pull/12505#discussion_r2353027431
##########
plugins/compress/configuration.h:
##########
@@ -58,10 +58,22 @@ class HostConfiguration : private atscppapi::noncopyable
remove_accept_encoding_(false),
flush_(false),
compression_algorithms_(ALGORITHM_GZIP),
- minimum_content_length_(1024)
+ minimum_content_length_(1024),
+ content_type_ignore_parameters_(false)
{
}
+ bool
+ content_type_ignore_parameters()
+ {
+ return content_type_ignore_parameters_;
+ }
Review Comment:
Looks like this can be a `const` function.
--
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]