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