Hi Christopher,

Thanks for your answer.

On Tue, Feb 7, 2023 at 9:09 AM Christopher Faulet <cfau...@haproxy.com> wrote:
> The tarpit action is final. So it cannot be used in addition to a return or a
> deny action. For the wait-for-body action, indeed, it will wait for the body 
> or
> a full buffer for 1 second. Thus in this case, if the whole request can be
> stored in buffer and is received fast enough, this will mitigate your issue.

ah yes good point indeed, I forgot the behaviour of tarpit. I will
give it a try with `wait-for-body`.

> FYI, we are refactoring the way errors, aborts and shutdowns are handled
> internally. And the data draining at the mux level is definitely a subject we
> should address. It is a painful work but we hope to include it in the 2.8, at
> least partially.

thanks!
-- 
William

Reply via email to