masaori335 opened a new pull request, #12116: URL: https://github.com/apache/trafficserver/pull/12116
The [`compressible-status-code`](https://docs.trafficserver.apache.org/en/10.0.x/admin-guide/plugins/compress.en.html#compressible-status-code) config of compress plugin doesn't work as expected. Because the set of status code has default value but it's not cleared before insert. So setting like `compressible-status-code 200,304` doesn't update the set. https://github.com/apache/trafficserver/blob/07888c0aa85523871a9adb39b11e1075cc0a4d62/plugins/compress/configuration.h#L155-L156 -- 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]
