haproxy/include
Willy Tarreau 11c9aa424e MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function
This function is generic and is able to automatically transfer data
from a conn_stream's rx buffer to the destination buffer. It does this
automatically if the mux doesn't define another rcv_buf() function.
2018-07-20 19:21:43 +02:00
..
common MINOR: buffers: add b_xfer() to transfer data between buffers 2018-07-20 19:21:43 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function 2018-07-20 19:21:43 +02:00
types MINOR: conn_stream: add an rx buffer to the conn_stream 2018-07-20 19:21:43 +02:00