BUG/MEDIUM: http: tarpit timeout is reset
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 22 Aug 2014 04:55:26 +0000 (06:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 22 Aug 2014 09:58:02 +0000 (11:58 +0200)
commit7566e30477bf5ea4206bda5950d2d83108c4a3dc
tree3c72ef67c73c7ef060160b6e21115e0dcf5725f5
parent90132726c5aedd70fa6da5836dd6c4664fc2de9c
BUG/MEDIUM: http: tarpit timeout is reset

Before the commit bbba2a8ecc35daf99317aaff7015c1931779c33b
(1.5-dev24-8), the tarpit section set timeout and return, after this
commit, the tarpit section set the timeout, and go to the "done" label
which reset the timeout.

Thanks Bryan Talbot for the bug report and analysis.

This should be backported in 1.5.
src/proto_http.c