]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: add a new flag CO_FL_PRIVATE
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2015 17:24:13 +0000 (19:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Aug 2015 09:14:17 +0000 (11:14 +0200)
commit387ebf84dd3da1a1777d58b9331166d4680f8531
tree4d12bbe11c73e8cf84da43d8d665be25a94cebae
parent173a1c6b439b5605b69eb099f8747097c305e0db
MINOR: connection: add a new flag CO_FL_PRIVATE

This flag is set on an outgoing connection when this connection gets
some properties that must not be shared with other connections, such
as dynamic transparent source binding, SNI or a proxy protocol header,
or an authentication challenge from the server. This will be needed
later to implement connection reuse.
include/types/connection.h
src/backend.c
src/proto_http.c
src/proto_tcp.c