MINOR: h2: make use of CS_FL_REOS to indicate that end of stream was seen
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Mar 2018 11:26:37 +0000 (12:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:35:14 +0000 (19:35 +0200)
commit39d68508c3cb634d21e43d3ab7fee341d61ad575
treef97b00c83d296f889d9a5dda63b348ce46305d0b
parent2df65e7194c78b2b35939db580dffc2b225f6be0
MINOR: h2: make use of CS_FL_REOS to indicate that end of stream was seen

This allows h2_rcv_buf() not to depend anymore on h2s at all and to become
generic.
src/mux_h2.c