commit | b9a92f308ae430742f19c37070f1e2f534914099 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Sep 09 10:15:21 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | 8c9403f1460b8803828c678684420c7e1b125307 | |
parent | 69b482180c5421806029f29270f0fc67eec55581 [diff] |
MINOR: http-ana: Handle HTX errors first during message analysis When an error occurred in a mux, most of time, an error is also reported on the conn-stream, leading to an error (read and/or write) on the channel. When a parsing or a processing error is reported for the HTX message, it is better to handle it first.