commit | 119ac870ce38183b362287be4e43f688964195ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 30 17:33:22 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:49 2020 +0100 |
tree | 688d8e65f0dbdaaecc84dd5fd440db86bb290a1e | |
parent | 295b8d1649855e75e975909cffff60be3ee0b72c [diff] |
MINOR: mux-h1: Disable reads if an error was reported on the H1 stream Don't try to read more data if a parsing or a formatting error was reported on the H1 stream. There is no reason to continue to process the messages for the current connection in this case. If a parsing error occurs, it means the input is invalid. If a formatting error occurs, it is an internal error and it is probably safer to give up.