commit | 4667773a8afb7324b96c9326086538826aa42a5b | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Nov 29 17:06:17 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 29 17:39:04 2018 +0100 |
tree | faadb184757e4b0766377b230ddd8851b0335d52 | |
parent | 24b8fe874e03859f5c6d38fe82f2397304eb901c [diff] |
BUG/MEDIUM: h2: Call h2_process() if there's an error on the connection. In h2_recv(), return 1 if there's an error on the connection, not just if there's a read0 pending, so that h2_process() can be called and act as a janitor.