mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-17 20:06:41 +02:00
The registerable http_req_rules / http_res_rules used to require a struct http_txn at the end. It's redundant with struct stream and propagates very deep into some parts (ie: it was the reason for lua requiring l7). Let's remove it now.