devshiva75 opened a new issue, #12096: URL: https://github.com/apache/apisix/issues/12096
### Description We are using the apisix rpm to build a custom apisix image. We tried to enabled 'brotli' plugin for on of our routes and it is not working as expected. Even after passing the 'Accept-Encoding' request header with the value 'br', we don't see the response being compressed with brotli. There is no 'Content-Encoding' header in the response. Kindly let me know if something is missing. We observed that the brotli module is not addded in the response of the 'openresty -V' command. ApisixRoute  Request/Response  ### Environment - APISIX version (run `apisix version`): 3.9.1 - Operating system (run `uname -a`): Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.25.3.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
