пн, 4 мая 2020 г. в 13:06, Christopher Faulet <[email protected]>:
> Le 04/05/2020 à 08:57, Christopher Faulet a écrit : > > Le 04/05/2020 à 07:46, William Lallemand a écrit : > >> On Fri, May 01, 2020 at 12:57:06PM +0500, Илья Шипицин wrote: > >>> > >>> The following tests require pcre support: > >>> > >>> reg-tests/checks/4be_1srv_smtpchk_httpchk_layer47errors.vtc > >>> reg-tests/checks/tls_health_checks.vtc > >> > >> Hello Ilya, > >> > >> I'm surprised because I don't see anything related to PCRE in these > >> configurations. If it's related to the refactoring of the checks, it > >> seems weird to me because these 2 VTCs doesn't have complex checks or > >> tcp-checks. > >> > > > > You're right William. There is nothing related to PCRE. A regex is used > to > > perform SMTP checks but it also works with POSIX regex. In fact, both > tests fail > > because of a bug in the H1 function h1_headers_to_hdr_list(). > > > > It's strange I didn't noticed it till now because it makes HAProxy > sefgault. I > > will fix it soon. > > I pushed a fix. It should be ok now. > thank you, I will test. > > Thanks, > -- > Christopher Faulet >

