mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 13:19:22 +02:00
In this scripts, several clients perform a requests and exit because an SSL error is expected and thus no response is sent. However, we must explicitly wait for the connection close, via an "expect_close" statement. Otherwise, depending on the timing, HAProxy may detect the client abort before any connection attempt on the server side and no SSL error is reported, making the script to fail.
16 KiB
16 KiB