commit | 505adfca51b2e2d83ebfc83ebc25245814621ccc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 06 19:08:27 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | b14a7ba3525185400d53f9d32ddfa1d048c47bde | |
parent | 4a2ffe6ae975bf484ee5c6b6a7ad7cc358b5d066 [diff] |
MINOR: htx: Add a flag on HTX message to report processing errors This new flag may be used to report unexpected error because of not well formatted HTX messages (not related to a parsing error) or our incapactity to handle the processing because we reach a limit (ressource exhaustion, too big headers...). It should result to an error 500 returned to the client when applicable.