haproxy/include
Willy Tarreau 387ebf84dd 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.
2015-08-06 11:14:17 +02:00
..
common MINOR: standard: provide htonll() and ntohll() 2015-07-21 23:50:06 +02:00
import MEDIUM: 51Degrees code refactoring and cleanup 2015-06-30 10:43:03 +02:00
proto MINOR: stream-int: make si_idle_conn() only accept valid connections 2015-08-06 11:11:10 +02:00
types MINOR: connection: add a new flag CO_FL_PRIVATE 2015-08-06 11:14:17 +02:00