Hi,I had a patch for my issue with multi-port + multi-server listener that got fixed in 1.7.10 that seems to have gotten forgotten. I add this patch again.
Thanks for considering adding it to the test cases. thanks Philipp -- ----------------------------------------------------------------------- DI Mag. Philipp Kolmann mail: [email protected] Technische Universitaet Wien web: www.it.tuwien.ac.at IT Solutions - Applications tel: +43(1)58801-42011 Wiedner Hauptstr. 8-10, A-1040 Wien DVR: 0005886 -----------------------------------------------------------------------
From 944610de46bb3b23d514a12699690fd2acffc2a2 Mon Sep 17 00:00:00 2001 From: Philipp Kolmann <[email protected]> Date: Tue, 24 Oct 2017 11:32:22 +0200 Subject: [PATCH] Add a testcase for my multi-port + multi-server listener issue --- tests/tcp-check.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/tcp-check.cfg b/tests/tcp-check.cfg index 16d2836e..56aba53c 100644 --- a/tests/tcp-check.cfg +++ b/tests/tcp-check.cfg @@ -13,6 +13,17 @@ listen stats bind :8888 stats uri / +listen multi-tcp-check + bind :80 + mode tcp + option tcp-check + tcp-check connect port 9001 + tcp-check connect port 9002 + + server server1 127.0.0.1: check + server server2 127.0.0.2: check + server server3 127.0.0.3: check + backend tcp9000 option tcp-check server srv 127.0.0.1:9000 check inter 1s -- 2.11.0
smime.p7s
Description: S/MIME Cryptographic Signature

