commit | 5dfdd4a63097d77035cb46e3a17d2fdfa56073c7 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 07 12:00:36 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 07 13:58:35 2019 +0200 |
tree | c924318c19a9c93b452b2b988870b24b555050d4 | |
parent | 7eb936e68886fa3678f9632e514bc1f0a642b44c [diff] |
REGTEST: Wrong assumption in IP:port logging test. In this reg test, as the client connection is not supposed to receive any server response, we should try to "rxresp" but we should expect the client connection to be closed by haproxy. This is done replacing "rxresp" by "expect_close". Furthermore since dbb75ee3 vtest commit, calling "rxresp" expects at least to receive a HTTP header as shown by Travis build here: https://travis-ci.com/haproxy/haproxy/jobs/198126488.