CLEANUP: mux-h2: don't test for impossible CS_FL_REOS conditions
authorWilly Tarreau <w@1wt.eu>
Tue, 14 May 2019 09:31:00 +0000 (11:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 May 2019 13:47:57 +0000 (15:47 +0200)
commitf8fe3d63f0135fdd211034b97c9bffa66948b583
tree94a56059ff4ee3e5fa0816fb6546e05caa584c2f
parent3cf69fe6b2d591faa736c24ef87a46156ca07de5
CLEANUP: mux-h2: don't test for impossible CS_FL_REOS conditions

This flag is currently set when an incoming close was received, which
results in the stream being in either H2_SS_HREM, H2_SS_CLOSED, or
H2_SS_ERROR states, so let's remove the test for the OPEN and HLOC
cases.
src/mux_h2.c