On 02/04/2016 12:06 PM, Baptiste wrote:
On Thu, Feb 4, 2016 at 9:44 AM, Sylvain Faivre
<[email protected]> wrote:
Hi,
Is there a timeout setting in HAproxy that can help protect against slow
HTTP POST queries ?
>> [...]
please run the same test against HAProxy 1.6 and enable "option
buffer-http-request":
http://cbonte.github.io/haproxy-dconv/snapshot/configuration-1.6.html#4-option%20http-buffer-request
Then your timeout http-request will also match the POSTed data.
Hi Baptiste,
This did the trick, thanks.
Sylvain