On Wed, Oct 18, 2017 at 06:05:10PM -0400, eax wrote:
Hi there,
> max_ranges 0;
> to stop multirange requests "multipart download"
> but it not working i see 10 concurrent download follow in each file .
max_ranges controls the number of accepted Range values in a single
request. It is unrelated
the main problem is here
when i change max_ranges to 0
for example i want to disable range request header ! , or multipart download
, or resemble download !
nginx ignore that
i dont know why .
i need limit it to 2 connection.
but no value effective on this directive :(
nginx ignore it ...
Pos
Isn't multipart the means to speed up downloading with multiple streams? So
wouldn't rate limiting solve the problem?
Original Message
From: li...@lazygranch.com
Sent: October 18, 2017 3:15 PM
To: nginx@nginx.org
Reply-to: nginx@nginx.org
Subject: Re: max_ranges not working
This needs further explaining. If you rate limit, a multiple connection
download manager won't download any faster.
Original Message
From: li...@lazygranch.com
Sent: October 18, 2017 3:13 PM
To: nginx@nginx.org
Reply-to: nginx@nginx.org
Subject: Re: max_ranges not working
I kno
Message
From: nginx-fo...@forum.nginx.org
Sent: October 18, 2017 3:05 PM
To: nginx@nginx.org
Reply-to: nginx@nginx.org
Subject: max_ranges not working
hi ,
we are under heavy request storm .
i seted
max_ranges 0;
to stop multirange requests "multipart download"
but it not working i see 10
hi ,
we are under heavy request storm .
i seted
max_ranges 0;
to stop multirange requests "multipart download"
but it not working i see 10 concurrent download follow in each file .
i need to limit this value to 2 maximum range request per file.
i usig aio threads.
any way any body help me to fi