From 8ae37d8a7b68610472a9e1850f91375a4731e8f9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 1 Mar 2019 17:38:08 +0100 Subject: [PATCH] REGTEST: fix a spurious "nbthread 4" in the connection test Commit 26f6ae12c ("MAJOR: config: disable support for nbproc and nbthread in parallel") revealed that there was accidently nbproc+nbthread in this test while nbproc is the one expected. This likely is a leftover from a previous attempt at reproducing the issue. --- reg-tests/connection/b00000.vtc | 1 - 1 file changed, 1 deletion(-) diff --git a/reg-tests/connection/b00000.vtc b/reg-tests/connection/b00000.vtc index 415a670..f4206eb 100644 --- a/reg-tests/connection/b00000.vtc +++ b/reg-tests/connection/b00000.vtc @@ -22,7 +22,6 @@ syslog Slog_1 -repeat 8 -level info { haproxy h1 -conf { global nbproc 4 - nbthread 4 tune.ssl.default-dh-param 2048 stats bind-process 1 log ${Slog_1_addr}:${Slog_1_port} len 2048 local0 debug err -- 1.7.10.4