]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: log: check result details truncated.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 19 Oct 2017 12:42:30 +0000 (14:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Oct 2017 16:51:32 +0000 (18:51 +0200)
commit5a1335110ceeadc9aca6783588a5ee39d431b9fa
treec8161eb71a71f4e3aefdad9fb7c9c334615f6b21
parente67c4e5744edfe865137f9699a3bd4be368b5b6f
BUG/MEDIUM: log: check result details truncated.

Fix regression introduced by commit:
'MAJOR: servers: propagate server status changes asynchronously.'

The building of the log line was re-worked to be done at the
postponed point without lack of data.

[wt: this only affects 1.8-dev, no backport needed]
include/proto/server.h
include/types/server.h
src/checks.c
src/hlua_fcn.c
src/server.c
src/stats.c