You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "kingluo (via GitHub)" <gi...@apache.org> on 2023/04/13 07:21:19 UTC

[GitHub] [apisix] kingluo commented on issue #9263: bug: proxy etcd via apisix: watch timeout: no response

kingluo commented on issue #9263:
URL: https://github.com/apache/apisix/issues/9263#issuecomment-1506475658

   @yuqiquan When `proxy_buffering` is `on` (by default), the downstream SSL response will be buffered. So you could not watch anything and timeout finally.
   
   After testing, the solution is set `proxy_buferring` to `off`.
   
   `config.yaml`
   
   ```yaml
   nginx_config:
     http_configuration_snippet: |
       proxy_buffering off;
   ```


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org