haproxy/include
Willy Tarreau 5e1cc5ea83 MINOR: conn_stream: add an rx buffer to the conn_stream
In order to reorganize the connection layers, recv() operations will
need to be retryable and to support partial transfers. This requires
an intermediary buffer to hold the data coming from the mux. After a
few attempts, it turns out that this buffer is best placed inside the
conn_stream itself. For now it's only set to buf_empty and it will be
up to the caller to allocate it if required.
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 MINOR: conn_stream: add an rx buffer to the conn_stream 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