]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: define error for reverse connect
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Sep 2023 14:31:25 +0000 (16:31 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 29 Sep 2023 16:08:26 +0000 (18:08 +0200)
commitac1164de7ca694ccad5c39579f4a00a7aae2cc35
tree9bdfdcaa624844ed08d6abb5580850a9dd538c06
parent753fe2b9acd3cee5ffd6d9ee8815d6c4face9867
MINOR: connection: define error for reverse connect

Define a new error code for connection CO_ER_REVERSE. This will be used
to report an issue which happens on a connection targetted for reversal
before reverse process is completed.
include/haproxy/connection-t.h
src/connection.c