commit | 387ebf84dd3da1a1777d58b9331166d4680f8531 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 04 19:24:13 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 06 11:14:17 2015 +0200 |
tree | 4d12bbe11c73e8cf84da43d8d665be25a94cebae | |
parent | 173a1c6b439b5605b69eb099f8747097c305e0db [diff] |
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.