]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] accept: replace some inappropriate Alert() calls with send_log()
authorWilly Tarreau <w@1wt.eu>
Thu, 11 Nov 2010 08:48:16 +0000 (09:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Nov 2010 08:51:38 +0000 (09:51 +0100)
commitfffe1325dfbab43b6c250c253d0362aa9c5de9c3
treef375c7c03e0687981b352b70d5c1c582526ad112
parentf099e7906d0a5c1f1d4ff39b2a8a62d19291aa7c
[CLEANUP] accept: replace some inappropriate Alert() calls with send_log()

Some Alert() messages were remaining in the accept() path, which they
would have no chance to be detected. Remove some of them (the impossible
ones) and replace the relevant ones with send_log() so that the admin
has a chance to catch them.
src/frontend.c
src/session.c
src/stream_sock.c