haproxy/include
Willy Tarreau 6978db35e9 MINOR: connection: add cs_close() to close a conn_stream
This basically calls cs_shutw() followed by cs_shutr(). Both of them
are called in the most conservative mode so that any previous call is
still respected. The CS flags are cleared so that it can be reused
(this is important for connection retries when conn and CS are reused
without being reallocated).
2017-10-31 18:03:24 +01:00
..
common MINOR: threads: add a portable barrier for threads and non-threads 2017-10-31 18:01:18 +01:00
import MINOR: threads: Add atomic-ops and plock includes in import dir 2017-10-31 11:36:13 +01:00
proto MINOR: connection: add cs_close() to close a conn_stream 2017-10-31 18:03:24 +01:00
types MINOR: conn_stream: modify cs_shut{r,w} API to pass the desired mode 2017-10-31 18:03:23 +01:00