]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: remove the now useless http_txn from {req/res} rules
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 23:09:08 +0000 (01:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:35:53 +0000 (11:35 +0200)
commit987e3fb86888f2785e467fd31887e9d34f95c2b7
treed7c7ca240bc28b612908df2fd9fbc4baa1197e5f
parentf3bf3050a100b5bf0f4eb297cea633cfcfbfa291
MEDIUM: http: remove the now useless http_txn from {req/res} rules

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.
include/proto/proto_http.h
include/types/proto_http.h
src/hlua.c
src/proto_http.c