Le 12/08/2020 à 13:00, Erwin Schliske a écrit :
Ok I confirm the issue on the 1.8 is related to the commit 6ad7cd981 and the
provided patch should fix it (on 1.8 and 2.0). But I'm unable to reproduce
the
bug on the 2.2.
I also have the problem described in this thread with the 1.8.26. When building
with the mentioned patch I get this error:
src/mux_h2.c:3311:9: error: 'max' undeclared (first use in this function)
if (max) {
^
src/mux_h2.c:3311:9: note: each undeclared identifier is reported only once for
each function it appears in
make: *** [src/mux_h2.o] Error 1
The patch was for the 2.0. It must be adapted for the 1.8. But, it is not
necessary because the bug is now fixed in 2.0 and 1.8 :
* 2.0 : http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=307f31ec
* 1.8 : http://git.haproxy.org/?p=haproxy-1.8.git;a=commit;h=179d316c
--
Christopher Faulet