]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http_fetch/htx: Use stream flags instead of px mode in smp_prefetch_htx
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Apr 2019 08:12:42 +0000 (10:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commiteca8854555f7a8feba68dd977d6da0cd78dee548
treefb0eac2e60763c5238fbcbac7aff924860b49b97
parent209829f159f9d890e1826e3e3a81c19748e691f4
MINOR: http_fetch/htx: Use stream flags instead of px mode in smp_prefetch_htx

In the function smp_prefetch_htx(), we must know if data in the channel's buffer
are structured or not. Before the proxy mode was tested. Now we test if the
stream is an HTX stream or not. If yes, we know the HTX is used to structure
data in the channel's buffer.
src/http_fetch.c