commit | c086960a0324669d32dfd1526845828ce947ea2c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 24 08:17:58 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | e4d385424825f1efdbbb981654bf7206485d9e27 | |
parent | f3ae34b67de27cd799f544547b1c9e2907db9f94 [diff] |
MINOR: conn_stream: test the various ops functions before calling them We currently call all ->shutr, ->chk_snd etc from ->ops unconditionally, while the ->wake() call from data_cb is checked. Better check ops as well for consistency, this will help get them merged.