commit | 6432dc87837c95f5364365bf499f4848f8a1e36e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jan 30 15:42:44 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 30 15:45:02 2019 +0100 |
tree | 29d2f1a090d482b2cfd3ecfb7fa85efaf2492b76 | |
parent | 13ebef7ecb94168039241bce66c2bdc0a3789c16 [diff] |
CLEANUP: mux-h2: remove misleading leftover test on h2s' nullity The WINDOW_UPDATE and DATA frame handlers used to still have a check on h2s to return either h2s_error() or h2c_error(). This is a leftover from the early code. The h2s cannot be null there anymore as it has already been dereferenced before reaching these locations.