MINOR: connections: Make rcv_buf mandatory and nuke cs_recv().
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 16 Aug 2018 13:30:32 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:23:44 +0000 (17:23 +0200)
commit511efeae7e0cdf013a56bd44a47ae3c431f6d7b6
tree70f4d07f96a2d497134d30160aa20855cf1d6478
parent77e8919fc6f382f3a7facdc814b8618b8987200f
MINOR: connections: Make rcv_buf mandatory and nuke cs_recv().

Reintroduce h2_rcv_buf(), right now it just does what cs_recv() did, but
should be modified later.
include/proto/connection.h
src/checks.c
src/connection.c
src/mux_h2.c
src/stream_interface.c