]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] process_srv: rely on buffer flags for client shutdown
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Aug 2008 17:15:35 +0000 (19:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 3 Aug 2008 18:48:51 +0000 (20:48 +0200)
commit6468d924eac342e0b8a948cc3d18de731562afea
tree90968d859f080f6c020c6fcf9c932c17bc4cfe74
parent89edf5e629c321b24a390c1210b20748d1dd7c27
[MEDIUM] process_srv: rely on buffer flags for client shutdown

The open/close nature of each half of the client side is known
to the buffer, so let the server state machine rely on this
instead of checking the client state for CL_STSHUT* or
CL_STCLOSE.
src/proto_http.c