DOC: log: Add comments to specify when session's listener is defined or not
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Nov 2021 10:31:08 +0000 (11:31 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Nov 2021 10:31:09 +0000 (11:31 +0100)
commit1ccbe12f4a6af471bdbc8b85f98eb16ae3e4a626
tree7449aabf76a356793301b8dbe77953e0e65ee9d2
parentd9e6b3570140ca0cb4f8e1804ae36b490f2dbfaf
DOC: log: Add comments to specify when session's listener is defined or not

When a log message is emitted, The session's listener is always defined when
the session's owner is an inbound connection while it is undefined for a
health-check. It is not obvious. So, comments have been added to make it
clear.

This patch is related to the issue #1434.
src/log.c