]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: provide a reverse-server test
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jul 2023 16:43:30 +0000 (18:43 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 24 Aug 2023 13:02:56 +0000 (15:02 +0200)
commitf0bff29473023e16110cc9c3d134baa21c4688bc
treeeceb3bf2f698fd73f39330987e6e9bfd865fdc0d
parent58cb76d7e178bb1008a246c314ffea5a4f8df5e5
REGTESTS: provide a reverse-server test

Test support for reverse server. This can be test without the opposite
haproxy reversal support though a combination of VTC clients used to
emit HTTP/2 responses after connection.

This test ensures that first we get a 503 when connecting on a reverse
server with no idle connection. Then a dummy VTC client is connected to
act as as server. It is then expected that the same request is achieved
with a 200 this time.
reg-tests/connection/reverse_server.vtc [new file with mode: 0644]