commit | 13b6c2e8b3db4d7cda47a53f179537f1e94419c6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 07 17:26:05 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 14 15:47:57 2019 +0200 |
tree | b0b265f3b6bac84154cde1776860de61e16efdb5 | |
parent | 234829111f12b5de1c92ddfb59b1367dc7c75090 [diff] |
MINOR: mux-h2: make h2s_wake_one_stream() the only function to deal with CS h2s_wake_one_stream() has access to all the required elements to update the connstream's flags and figure the necessary state transitions, so let's move the conditions there from h2_wake_some_streams().