From 79abc125398785b65a2856b34c981d43cb25c64c Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 5 Nov 2024 17:54:59 +0100 Subject: [PATCH] DOC: config: document connection error 44 (reverse connect failure) It was missing from commit ac1164de7c ("MINOR: connection: define error for reverse connect"), and can be backported to 3.0 and 2.9. (cherry picked from commit abed9e0426c2f24522e0053452435082870e3afc) Signed-off-by: Christopher Faulet --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 5b34233..b3532ae 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -22139,6 +22139,7 @@ fc_err_str : string | 41 | "SOCKS4 Proxy deny the request" | | 42 | "SOCKS4 Proxy handshake aborted by server" | | 43 | "SSL fatal error" | + | 44 | "Reverse connect failure" | +----+---------------------------------------------------------------------------+ fc_fackets : integer -- 1.7.10.4