]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: disable lingering on the server when the client aborts
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Jun 2013 06:20:19 +0000 (08:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Jun 2013 06:20:19 +0000 (08:20 +0200)
commit8615c2af67dc2be07bdb246ed13130fe7d32e3d1
treec9471fa8688c5cd46398fa1233b121a35cc92fe3
parent430f291a9940a24cbf1cf045eab6719344c70df9
MEDIUM: session: disable lingering on the server when the client aborts

When abortonclose is used and an error is detected on the client side,
better force an RST to the server. That way we propagate to the server
the same vision we got from the client, and we ensure that we won't keep
TIME_WAITs.
src/session.c