MEDIUM: h2: use the default conn_stream's receive function
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Mar 2018 12:56:14 +0000 (13:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:37:12 +0000 (19:37 +0200)
commit842ed9b1cb5136ed92ca65026962b45c963b2f20
tree81e176c5c1455e5198e3531822c6c009090448ec
parent39d68508c3cb634d21e43d3ab7fee341d61ad575
MEDIUM: h2: use the default conn_stream's receive function

This removes h2_rcv_buf() now that the generic code can handle it fine.
src/mux_h2.c