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 <cfaulet@haproxy.com>
This commit is contained in:
Willy Tarreau 2024-11-05 17:54:59 +01:00 committed by Christopher Faulet
parent 61ecd35113
commit 79abc12539

View File

@ -22139,6 +22139,7 @@ fc_err_str : string
| 41 | "SOCKS4 Proxy deny the request" | | 41 | "SOCKS4 Proxy deny the request" |
| 42 | "SOCKS4 Proxy handshake aborted by server" | | 42 | "SOCKS4 Proxy handshake aborted by server" |
| 43 | "SSL fatal error" | | 43 | "SSL fatal error" |
| 44 | "Reverse connect failure" |
+----+---------------------------------------------------------------------------+ +----+---------------------------------------------------------------------------+
fc_fackets : integer fc_fackets : integer