]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1-htx: Set the flag HTX_SL_F_HAS_AUTHORITY during the request parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Oct 2019 13:01:34 +0000 (15:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 9 Oct 2019 09:05:31 +0000 (11:05 +0200)
commitfe451fb9ef2c1f332bf507076b43363b92df4e41
tree9697094a55683788483e4b21528ba8dcf3076957
parent16fdc55f7987797b196c2edac34628bbf61bccc4
MINOR: h1-htx: Set the flag HTX_SL_F_HAS_AUTHORITY during the request parsing

When an h1 request is received and parsed, this flag is set if it is a CONNECT
request or if an absolute URI is detected.
src/h1_htx.c