]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] session: move the analysis bit field to the buffer
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 13:20:19 +0000 (15:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 13:20:19 +0000 (15:20 +0200)
commit2df28e8110909a58c5951a8eeca89c935148da53
tree45799c5d9badcca90fccf8b525524213aa07cf07
parentf495ddf9d4fce3edb06e73686645d49a7d221d54
[MEDIUM] session: move the analysis bit field to the buffer

It makes more sense to store the list of analysers in the buffer
than in the session since they are precisely plugged onto one
buffer.
include/proto/buffers.h
include/types/buffers.h
include/types/session.h
src/client.c
src/proto_http.c
src/proto_uxst.c