JakeChampion commented on issue #12244: URL: https://github.com/apache/trafficserver/issues/12244#issuecomment-2955513691
> If `206 Partial Content` is related, below patches might be helpful, there're some bugs in compress plugin of 9.2.x. > > Approach 1). > > * apply [[compress] Fix compressible-status-code config #12116](https://github.com/apache/trafficserver/pull/12116) > > * change `compressible-status-code` config to > > > ``` > compressible-status-code 200 304 404 > ``` > > or > > Approach 2). > > * apply [[compress] Add range request control option #11975](https://github.com/apache/trafficserver/pull/11975) and [[compress] Add an option to do not compress partial object #12121](https://github.com/apache/trafficserver/pull/12121) Howdy folks, thank you for the help so far 🙇 we went with approach 1, unfortunately it did not resolve the failing asserts We are not sure if approach 2 will help here as we are only seeing this for origin responses which has a 308 status code and we do not include 308 in our `compressible-status-code`, which is currently set to `compressible-status-code 200,304,404` is there another approach that you think could help here? -- 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