MEDIUM: conn_stream: add cs_recv() as a default rcv_buf() function
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Mar 2018 12:55:01 +0000 (13:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:21:43 +0000 (19:21 +0200)
commit11c9aa424e2e4fd3e14f96559a68527550561cc1
treeb3bca1dbf0a67e2b41b643e874f3146c1f60db2d
parent5e1cc5ea83f53b680feb15a4bcc62d3b7d22c43f
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.
include/proto/connection.h
src/checks.c
src/connection.c
src/stream_interface.c