# HG changeset patch
# User Christopher B. Liebman
# Date 1672855906 28800
# Wed Jan 04 10:11:46 2023 -0800
# Node ID e438fab51202365305cace94aa25937081b051d0
# Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9
limit_req_status: allow status response to be as low as 200
No need to limit this
Not with 204.
This works quite well with a partner that has an aversion to errors when
they run over the limit:
limit_req_status 204;
On Wed, Jan 11, 2023 at 12:22 PM Maxim Dounin wrote:
> Hello!
>
> On Mon, Jan 09, 2023 at 09:44:52AM -0800, Christopher Liebman wrote:
>
> > #
so be set to 204, and the named location contain
> nothing at all (whatever you prefer).
>
> On 12/01/2023 17:11, Maxim Dounin wrote:
> > Hello!
> >
> > On Thu, Jan 12, 2023 at 05:16:21AM -0800, Christopher Liebman wrote:
> >
> >> Not with 204.
> >> Thi