]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] remove unused references to {CL|SV}_STSHUT*
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 08:56:30 +0000 (10:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 08:56:30 +0000 (10:56 +0200)
commit1ae3a057df05604b350498eb1c5f8d2ecf256269
tree45860e06411b4d50feb339d449fd5a46991d8fbd
parent461f6628462bffc89e999f01b01a594f4e5e8e76
[MEDIUM] remove unused references to {CL|SV}_STSHUT*

All references to CL_STSHUT* and SV_STSHUT* were removed where
possible. Some of them could not be removed because they are
still in use by the unix sockets.

A bug remains at this stage. Injecting with a very short timeout
sometimes leads to a client in close state and a server in data
state with all buffer flags indicating a shutdown but the server
fd still enable, thus causing a busy loop.
src/dumpstats.c
src/proto_http.c
src/senddata.c