commit | 16b37510bc1114ab7603240f8bbfeea20e5ee23b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 07 14:37:07 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 06 09:19:20 2021 +0200 |
tree | dfcaa931df08d4f4a4d99d9be5aceaf81bf4cd9a | |
parent | 1baef1523d1be1b6edf76c78688af932d4d36d8a [diff] |
REGTESTS: Add script to test abortonclose option This script test abortonclose option for HTTP/1 client only. It may be backported as far as 2.0. But on the 2.2 and prior, the syslog part must be adapted to catch log messages emitted by proxy during HAProxy startup. Following lines must be added : recv expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Proxy fe1 started." recv expect ~ "[^:\\[ ]\\[${h1_pid}\\]: Proxy fe2 started."