]> git.kaiwu.me - haproxy.git/commit
MINOR: log: make the backend fall back to the frontend when there's no stream
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 13:07:15 +0000 (15:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Sep 2018 18:01:23 +0000 (20:01 +0200)
commita21c0e60d24a7a10279a91a29b333f0421fe9107
treeb7629a528713b033450c99af41e454445911b2de
parent43c538eab66fed681ee719ccc76caf4c99cb066c
MINOR: log: make the backend fall back to the frontend when there's no stream

This is already what happens before the backend is assigned, except that
now we don't need to dereference a NULL stream to figure this.
src/log.c