commit | 72c7d8d040f3b476808580ecbae422a1b50b9662 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 27 15:32:25 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 06 14:55:34 2020 +0100 |
tree | 2e45373980daee1c5a3afbe79c973902e668c677 | |
parent | 60b33a5a625cdc8e956d4f43aca5ab795240be33 [diff] |
MINOR: http-ana: Rely on http_reply_and_close() to handle server error The http_server_error() function now relies on http_reply_and_close(). Both do almost the same actions. In addtion, http_server_error() sets the error flag and the final state flag on the stream.