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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to