haproxy/include
Olivier Houchard 5149b59851 MINOR: connections: Add a new xprt method, remove_xprt.
Add a new method to xprt_ops, remove_xprt. When called, if the provided
xprt_ctx is the same as the xprt's underlying xprt_ctx, it then uses the
new xprt provided, otherwise it calls the remove_xprt method of the next
xprt.
The goal is to be able to add a temporary xprt, that removes itself from
the chain when it did what it had to do. This will be used to implement
a pseudo-xprt for anything that just requires a handshake (such as the
proxy protocol).
2019-06-05 18:03:38 +02:00
..
common MINOR: htx: Don't use end-of-data blocks anymore 2019-06-05 10:12:11 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ssl: Make ssl_sock_handshake() static. 2019-06-05 18:03:38 +02:00
types MINOR: connections: Add a new xprt method, remove_xprt. 2019-06-05 18:03:38 +02:00