]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Make internal.strm.is_htx an internal sample fetch
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Mar 2021 16:29:38 +0000 (17:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 13:34:22 +0000 (15:34 +0200)
commit2e96194d003b25f1ee91b9bd5e1d9d60108ea083
tree28e66734756ed33610f3676f9074fb7a342a7aa4
parenta434a008648fe430b016b387b001af08aaacd39d
MINOR: htx: Make internal.strm.is_htx an internal sample fetch

It is not really a context-less sample fetch, but it is internal. And it
only fails if no stream is attached to the sample. This way, it is still
possible to use it on an HTTP proxy (L6 sample fetches are ignored now for
HTTP proxies).

If the commit "BUG/MINOR: payload/htx: Ingore L6 sample fetches for HTX
streams/checks" is backported, it may be a good idea to backport this one
too. But only as far as 2.2.
src/http_htx.c