Re: Multiple range request and proxy_force_ranges directive

2018-12-18 Thread Maxim Dounin
Hello! On Tue, Dec 18, 2018 at 11:46:54AM -0500, traquila wrote: > Hi everybody, > > I have an issue with multiple range requests in a proxy_pass context. > > When I want to support the HTTP range requests, I use to enable the > proxy_force_ranges directive in two cases: > - When the origin ser

Re: Disable proxy buffering for websockets

2018-12-18 Thread Maxim Dounin
Hello! On Tue, Dec 18, 2018 at 11:58:49AM -0500, thehunmonkgroup wrote: > I could deal with *some* inaccuracy, but the results are completely out of > whack. Downloading 256KB of data via the websocket over a poor DSL > connection happens near instantaneously from the websocket server's point of

Re: Disable proxy buffering for websockets

2018-12-18 Thread thehunmonkgroup
I could deal with *some* inaccuracy, but the results are completely out of whack. Downloading 256KB of data via the websocket over a poor DSL connection happens near instantaneously from the websocket server's point of view, which to me indicates that Nginx is consuming all that data in a buffer in

Multiple range request and proxy_force_ranges directive

2018-12-18 Thread traquila
Hi everybody, I have an issue with multiple range requests in a proxy_pass context. When I want to support the HTTP range requests, I use to enable the proxy_force_ranges directive in two cases: - When the origin server does not support HTTP range - When I want to download the full content from t