BUG/MINOR: session: fix some leftover from debug code
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 15:36:40 +0000 (17:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 15:36:40 +0000 (17:36 +0200)
commite9909f4e50522732624aa3dd5e7d29901e10d98b
treedcc6932dbd99749244297468af3d4a135b841ea3
parent6c03a649780157542f0e6371c0f5a41b01b3ad06
BUG/MINOR: session: fix some leftover from debug code

Commit 82569f91 moved the health and monitor-net checks to session.c
but a debug test introduced 0& to disable MSG_DONTWAIT in the recv()
call and this debug code remained there. Since the socket is marked
non-blocking, there should be no effect but it's dangerous to keep
such a thing here.
src/session.c