commit | bb9a7e04bd806cd78baf62eea0a84e1d8cd70573 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 08 15:31:49 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Nov 15 13:43:08 2019 +0100 |
tree | 1d54a8a7eab02094654969659e4526cc758c79de | |
parent | ed295cc3449537324a74059647fa35984bc78ab1 [diff] |
BUG/MEDIUM: filters: Don't call TCP callbacks for HTX streams For now, TCP callbacks are incompatible with the HTX streams because they are designed to manipulate raw buffers. A new callback will probably be added to be used in both modes, raw and HTX. So, for HTX streams, these callbacks are ignored. This should not be a real problem because there is no known filters, expect the trace filter, implementing these callbacks. This patch must be backported to 2.0 and 1.9.