]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: filters/htx: Use stream flags instead of px mode to instanciate a filter
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Apr 2019 08:11:38 +0000 (10:11 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit0f17a9b510124bbdd7d75f438118c8d6ad3f9fa1
tree64ec9efb79f477871bbacb5e69f02c240a0f29f0
parenteca8854555f7a8feba68dd977d6da0cd78dee548
MINOR: filters/htx: Use stream flags instead of px mode to instanciate a filter

In the function flt_stream_add_filter(), if the HTX is enabled, before attaching
a filter to a stream, we test if the filter can handle it or not. If not, the
filter is ignored. Before the proxy mode was tested. Now we test if the stream
is an HTX stream or not.
src/filters.c