mrdg commented on issue #12244: URL: https://github.com/apache/trafficserver/issues/12244#issuecomment-2894270590
> It might be related to this issue: https://github.com/apache/trafficserver/pull/11975. What is your configuration for the compress plugin? this is our compress.config ``` enabled true remove-accept-encoding false cache true flush true compressible-content-type text/* compressible-content-type application/* compressible-content-type image/svg* compressible-content-type image/x-icon supported-algorithms br,gzip,deflate compressible-status-code 200 compressible-status-code 206 compressible-status-code 304 compressible-status-code 404 ``` -- 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: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org