]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CONTRIB: tcploop: add basic loops via a jump instruction
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Nov 2016 17:54:20 +0000 (18:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Nov 2016 18:16:29 +0000 (19:16 +0100)
commit29cc11ca41c606cc04367d6ec312e9f71094ef8f
tree6d5c8f4f14ded1ec4004d7c025b51108faa71777
parent1973e81c0647a3e76abc9725f531f991f4ea0f58
CONTRIB: tcploop: add basic loops via a jump instruction

This one jumps back to the oldest post-fork and post-accept action,
so it allows to recv(), pause() and send() in loops after a fork()
and an accept() for example. This is handy for bugs that reproduce
once in a while or to keep idle connections working.
contrib/tcploop/tcploop.c