commit | eca8854555f7a8feba68dd977d6da0cd78dee548 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 03 10:12:42 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 12 22:06:53 2019 +0200 |
tree | fb0eac2e60763c5238fbcbac7aff924860b49b97 | |
parent | 209829f159f9d890e1826e3e3a81c19748e691f4 [diff] |
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.