commit | 4c688eb8d1bf4b49d423d9ef5729db2f69a6e2d8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 14 11:44:03 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 14 15:47:57 2019 +0200 |
tree | 967f9e9a74b80b1ece23161b3daa53603f023350 | |
parent | f8fe3d63f0135fdd211034b97c9bffa66948b583 [diff] |
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.