commit | 8f650c369dbe1d6db3538c8fd16ace636c571fea | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 21 19:36:21 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 21 19:36:21 2017 +0100 |
tree | c74b3dfddfeaa21aff572e0950214fdf95f1e811 | |
parent | 358847f026f7ca69e0c341326da3c34d45ec27db [diff] |
BUG/MEDIUM: h2: properly report connection errors in headers and data handlers We used to return >0 indicating a success when an error was present on the connection, preventing the caller from detecting and handling it. This for example happens when sending too many headers in a frame, making the request impossible to decompress.