MINOR: rhttp: remove the unused outgoing connect() function
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 09:52:13 +0000 (10:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 17 Nov 2023 17:10:16 +0000 (18:10 +0100)
commitf592a0d5dd31e951fe8bcd4fd7d1d82b6c3ca708
tree99aa0f5187533594de4278dd88e014dde71906e6
parentd069825c5f59a22ec14577cfbd3bce4af0968ee7
MINOR: rhttp: remove the unused outgoing connect() function

A dummy connect() function previously had to be installed for the log
server so that a reverse-http address could be referenced on a "server"
line, but after the recent rework of the server line parsing, this is
no longer needed, and this is actually annoying as it makes one believe
there is a way to connect outside, which is not true. Let's now get rid
of this function.
include/haproxy/proto_reverse_connect.h
src/proto_reverse_connect.c