]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] tarpit did not work anymore
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Aug 2009 22:17:18 +0000 (00:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Aug 2009 22:17:18 +0000 (00:17 +0200)
commitc465fd7836fa6a98790c9aaca18eb11f2ad24df7
tree4519061065ce3cfb1133230b84350b9afa0f9301
parentcaf58986fbb59a0b38bf81170a0a55fefc8c74bf
[BUG] tarpit did not work anymore

Tarpit was broken by recent splitting of analysers. It would still
let the connection go to the server due to a missing buffer_write_dis().
Also, it was performed too late (after content switching rules).
src/proto_http.c
src/session.c