haproxy/reg-tests/connection
Willy Tarreau ab4fa24cd8 REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2
Commit e1b9e1bb1 ("REGTESTS: Add script to tests TCP to HTTP upgrades")
included a mistake in the TCP->H1->H2 test, it expected a close while
it ought to expect a 400 bad req, which is what the mux returns in this
case. It happens that this used to work fine with older versions of
vtest which see the close regardless of the 400, but since Vtest commit
8d6c6bd ("Leak-plugging on barriers"), this doesn't work anymore.

Let's fix this by expecting the proper response. This should be backported
where this regtest is present, but only after verifying that it still
works; indeed at the time of writing it's uncertain whether an earlier
version used to immediately close.
2021-08-20 11:02:28 +02:00
..
common.pem
dispatch.vtc CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests 2021-06-04 15:41:21 +02:00
http_reuse_aggressive.vtc MINOR: reg-tests: add http-reuse test 2021-01-26 14:48:39 +01:00
http_reuse_always.vtc MINOR: reg-tests: add http-reuse test 2021-01-26 14:48:39 +01:00
http_reuse_be_transparent.vtc REGTESTS: test http-reuse if no server target 2021-03-03 11:40:25 +01:00
http_reuse_conn_hash.vtc REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni 2021-03-20 09:32:57 +01:00
http_reuse_dispatch.vtc REGTESTS: test http-reuse if no server target 2021-03-03 11:40:25 +01:00
http_reuse_never.vtc MINOR: reg-tests: add http-reuse test 2021-01-26 14:48:39 +01:00
http_reuse_safe.vtc MINOR: reg-tests: add http-reuse test 2021-01-26 14:48:39 +01:00
proxy_protocol_random_fail.vtc MAJOR: config: remove parsing of the global "nbproc" directive 2021-06-11 17:02:13 +02:00
proxy_protocol_send_unique_id.vtc MINOR: connection: use proxy protocol as parameter for srv conn hash 2021-02-12 12:54:04 +01:00
proxy_protocol_send_unique_id_alpn.vtc
proxy_protocol_tlv_validation.vtc REGTESTS: Fix proxy_protocol_tlv_validation 2020-12-04 14:41:49 +01:00
tcp_to_http_upgrade.vtc REGTESTS: http_upgrade: fix incorrect expectation on TCP->H1->H2 2021-08-20 11:02:28 +02:00