]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http_ana: Remove now unused label from http_process_request()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Jul 2021 08:32:16 +0000 (10:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Jul 2021 08:32:17 +0000 (10:32 +0200)
commitb73f653d00edb0128be73fbd9b8e7bc93373704d
treee44b1c3e94c7dc7035855b7b9b3f237220bb1266
parent252412316e5814a8743c6b22644f5d6ce0cc2a23
CLEANUP: http_ana: Remove now unused label from http_process_request()

Since last change on HTTP analysers (252412316 "MEDIUM: proxy: remove
long-broken 'option http_proxy'"), http_process_request() may only return
internal errors on failures. Thus the label used to handle bad requests may
be removed.

This patch should fix the issue #1330.
src/http_ana.c