haproxy/include
Willy Tarreau cb7dd015be MEDIUM: http: move header captures from http_txn to struct stream
The header captures are now general purpose captures since tcp rules
can use them to capture various contents. That removes a dependency
on http_txn that appeared in some sample fetch functions and in the
order by which captures and http_txn were allocated.

Interestingly the reset of the header captures were done at too many
places as http_init_txn() used to do it while it was done previously
in every call place.
2015-04-06 11:35:52 +02:00
..
common REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
import
proto MINOR: session: start to reintroduce struct session 2015-04-06 11:23:57 +02:00
types MEDIUM: http: move header captures from http_txn to struct stream 2015-04-06 11:35:52 +02:00