commit | 22de8d3e01d58ea175af158ebe9ae7f26bbc7e35 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 05 19:55:58 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 06 09:43:41 2018 +0200 |
tree | 1bc5f280fa7920d3c8ad95af442353811d26b6da | |
parent | 53839358566af4c0fc98bf4c5e6f50bd5397e80c [diff] |
MEDIUM: h2: produce some logs on early errors that prevent streams from being created The h2 mux currently lacks some basic transparency. Some errors cause the connection to be aborted but they couldn't be reported. With this patch, almost all situations where an error will cause a stream or connection to be aborted without the ability for an existing stream to report it will be reported in the logs. This at least provides a solution to monitor the activity and abnormal traffic.