BUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags in fcgi_strm_add_eom()
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2020 15:24:59 +0000 (17:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2020 15:24:59 +0000 (17:24 +0200)
commitbf5b49189561c74c26ee58ec79e2b859b1c4f1c1
treebcdb5a6bcdbaaf7c616622c3feaa677296c6e93b
parent09568fd54d2f091860cafa5173893445cd55c44c
BUG/MINOR: mux-fcgi/trace: fix wrong set of trace flags in fcgi_strm_add_eom()

A typo resulted in '||' being used to concatenate trace flags, which will
only set flag of value '1' there. Noticed by clang 10 and reported in
issue #588.

No backport is needed, this trace was added in 2.2-dev.
src/mux_fcgi.c