]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv()
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jan 2010 09:26:13 +0000 (10:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jan 2010 09:26:13 +0000 (10:26 +0100)
commitfc1daaf49759b7cdfbecbafa2ba0f84e2d97688c
tree2c526b9862570ac3e69e204f24fac2f1a3b3cb93
parent2a3a51752b67f92fc4a97119990038358963d5d8
[CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv()

We must not set this flag on recv(), it's not used, it's just for
send().
src/checks.c
src/stream_sock.c