MINOR: filters: Remove backend filters attached to a stream only for HTTP streams
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 31 Oct 2016 10:22:37 +0000 (11:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:50:55 +0000 (22:50 +0100)
commitc6062be1e1ac56cfc9f5fdd578b61d6ac72ca8c7
treed66a8224b6bf58fa0e9d900438852ff9ddf760da
parent4117904ffd09c6cb14c8a7241644abe41ac6518c
MINOR: filters: Remove backend filters attached to a stream only for HTTP streams

Now, for TCP streams, backend filters are released when the stream is
destroyed. But, for HTTP streams, these filters are released when the
transaction analyze ends, in flt_end_analyze callback.
src/filters.c