]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: 51d: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST()
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2019 13:22:29 +0000 (15:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Apr 2019 13:53:23 +0000 (15:53 +0200)
commit2db9dac4c81bbb97b45c9f0ff73ed9fe24a2ba83
tree1675521a1f45761d291b4f9ae782c4245ca6a00e
parentc54e4b053d46a2ee80da261bc48858165cbe2aaf
BUG/MINOR: 51d: Get the request channel to call CHECK_HTTP_MESSAGE_FIRST()

Since the commit 89dc49935 ("BUG/MAJOR: http_fetch: Get the channel depending on
the keyword used"), the right channel must be passed as argument when the macro
CHECK_HTTP_MESSAGE_FIRST is called.

This patch must be backported to 1.9.
src/51d.c