bingoku opened a new issue #2088:
URL: https://github.com/apache/apisix-dashboard/issues/2088


   ### Issue description
   
   通过 ETCD 添加 gzip 插件配置后 apisix 志提示
   ```
   2021/08/25 14:14:00 [error] 50#50: *3001 [lua] gzip.lua:97: phase_func(): 
need to build APISIX-OpenResty to support setting gzip while reading response 
header from upstream, client: 10.0.0.3, server: _, request: "GET / HTTP/2.0", 
upstream: "http://172.16.255.212:3000/";,
   ```
   查看文档说需要重新编译
   
https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh
 重新编译,
   根据这个脚本,编译成功以后,运行新的容器
   上述日志提示消失
   ```
   curl -H "Accept-Encoding: gzip" -i https://logs.ooxx.cn
   ```
   
![image](https://user-images.githubusercontent.com/4134788/130736516-e62321b1-4e53-433b-b633-07c58185a61b.png)
   
   
   这个是稳定复现的,应该是 apisix-dashboard 的问题。
   
   ### Expected behavior
   
   通过 UI  能正常进行设置
   
   ### How to Reproduce
   
   重新编译以后,日志提示消失,但是 UI 上依然显示上述日志。
   
   ### Screenshots
   
   
![image](https://user-images.githubusercontent.com/4134788/130735832-6a88c181-f4aa-4468-b88b-57a7f022d904.png)
   
   
   ### Environment
   
   apisix 2.9
   apisix-dashboard 最新 master
   
   ### Additional context
   
   _No response_


-- 
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]


Reply via email to