MINOR: mux-h2: add macros to check multiple stream states at once
authorWilly Tarreau <w@1wt.eu>
Tue, 14 May 2019 09:44:03 +0000 (11:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 14 May 2019 13:47:57 +0000 (15:47 +0200)
commit4c688eb8d1bf4b49d423d9ef5729db2f69a6e2d8
tree967f9e9a74b80b1ece23161b3daa53603f023350
parentf8fe3d63f0135fdd211034b97c9bffa66948b583
MINOR: mux-h2: add macros to check multiple stream states at once

At many places we need to test for several stream states at once, let's
have macros to make a bit mask from a state to ease this.
src/mux_h2.c