]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] merge inspect_exp and txn->exp into request buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 16:03:28 +0000 (18:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 16:03:28 +0000 (18:03 +0200)
commitffab5b4ab0e9067abd2e64dfe0fadfcc4f7f1eaa
tree0d7e4c81ff9521acd2dfb938ab00ce892172dfe1
parentc7e961e5f7aaaa7e71ef548e5bb985766a1812a7
[MEDIUM] merge inspect_exp and txn->exp into request buffer

Since we may have several analysers on a buffer, it's more
convenient to have the analyser timeout attached to the
buffer itself.
include/types/buffers.h
include/types/proto_http.h
include/types/session.h
src/client.c
src/proto_http.c
src/proto_uxst.c