commit | fa1d357f05872a4485677d6bb4c47b2942b8cd51 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 31 10:31:51 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 31 19:38:25 2019 +0100 |
tree | 4d95796bb0407972b666eacc5046cbf176a330ab | |
parent | 5a490b669e6501c66d64b19c80de7c7ea57da7aa [diff] |
MINOR: mux-h2: make sure to only check concurrency limit on the frontend h2_has_too_many_cs() was renamed to h2_frt_has_too_many_cs() to make it clear it's only used to throttle the frontend connection, and the call places were adjusted to only call this code on a front connection. In practice it was already the case since the H2_CF_DEM_TOOMANY flag is only set there. But now the ambiguity is removed.