]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-ana: Remove err_state field from http_msg
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 9 Sep 2019 09:11:45 +0000 (11:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 08:18:54 +0000 (10:18 +0200)
commite3d2a877fb7ee92adf4285d29c4611825c3c1338
treef45a5b1787d687ca7071c2d25d9991a46966b9dd
parentb9a92f308ae430742f19c37070f1e2f534914099
MINOR: http-ana: Remove err_state field from http_msg

This field is not used anymore. In addition, the state HTTP_MSG_ERROR is now
only used when an error occurred during the body forward.
include/types/http_ana.h
src/http_ana.c