haproxy/include
Willy Tarreau 729c69f6e5 MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw()
This will save callers from having to care about conn->xprt and xprt->shutw.
Note that shutw() takes a second argument indicating whether it's a clean or
a hard shutw. This is used by SSL which tries to close cleanly in most cases.

Here we provide two versions, conn_data_shutw() which performs the clean
close, and conn_data_shutw_hard() which does the unclean one.
2015-03-12 22:51:10 +01:00
..
common BUG/MEDIUM: lua: segfault with buffer_replace2 2015-03-09 18:12:59 +01:00
import
proto MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw() 2015-03-12 22:51:10 +01:00
types MEDIUM: lua: remove hlua_sample_fetch 2015-03-11 20:41:47 +01:00