bzp2010 commented on issue #11977: URL: https://github.com/apache/apisix/issues/11977#issuecomment-2676345538
1. 检查网关前的任何潜在L4/L7负载均衡器,确认它们是不是具有并开启了响应体缓冲。 2. 如果网关前没有任何负载均衡器,则尝试使用自定义NGINX配置以关闭 proxy_buffering, https://apisix.apache.org/docs/apisix/customize-nginx-configuration/ ---- 1. Check any potential L4/L7 load balancers in front of the gateway to confirm that they do not have response body buffering enabled. 2. If there aren't any load balancers in front of the gateway, try using a custom NGINX configuration to turn off proxy_buffering, https://apisix.apache.org/docs/apisix/customize-nginx-configuration/ -- 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]
