You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/16 19:04:15 UTC

[GitHub] [apisix] fracarvic commented on issue #5347: bug: disable proxy_buffering doesn't work

fracarvic commented on issue #5347:
URL: https://github.com/apache/apisix/issues/5347#issuecomment-970580303


   I'm experiencing the same issue described here. When uploading big files (several GB)  to a webdav upstream service, apisix always write the file to disk in "client_body_temp" folder befor sendint to upstream. I tried the config "proxy_request_buffering off" in "http_server_configuration_snippet" but no luck.
   
   But now, if I disable "proxy-mirror" plugin in config like @nic-6443 said, the big file is not writen to "client_body_temp" folder, it's streamed to upstream.
   
   Thanks.


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