]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] ensure that sock->shutw() also closes read for init states
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 13:04:04 +0000 (14:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 13:04:04 +0000 (14:04 +0100)
commit7f0065141913b0fdf3a99143e2c545f2e44d5cf4
treeeac8a278c048b30eccee9dcd8db5bbd186ae0e8f
parent3dbc69494ac2b348f93ba5981c68041260ddd4e3
[MEDIUM] ensure that sock->shutw() also closes read for init states

Non-connected states will never have a chance to receive a shutr event,
so we need to propagate the shutw across the stream interface.
src/stream_sock.c