]> git.kaiwu.me - haproxy.git/commit
CLEANUP: http-ana: Remove useless test on txn when the error message is retrieved
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Jan 2020 09:13:03 +0000 (10:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Jan 2020 10:12:37 +0000 (11:12 +0100)
commit53a87e134e898937d6e59177c5731533fbba0558
treece8a46c7e08fb6c86022eec8b67f90c55601a7ac
parent7cde96c82937e87542d67341558d167919aa67aa
CLEANUP: http-ana: Remove useless test on txn when the error message is retrieved

In http_error_message(), the HTTP txn is always defined. So, this is no reason
to test its nullity.

This patch partially fixes the issue #457.
src/http_ana.c