]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] move some flags from session.h to proto_http.h
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 17:34:41 +0000 (18:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Mar 2007 17:34:41 +0000 (18:34 +0100)
commit3d300596bbcbed0b6709ec27bf7af1b862f331ee
tree60918186da47097225a0c79d741615720218119d
parent3bac9ffe209389947acfea05c6dfee30c9cbb80c
[MINOR] move some flags from session.h to proto_http.h

Some session flags were clearly related to HTTP transactions.
A new 'flags' field has been added to http_txn, and the
associated flags moved to proto_http.h.
include/proto/proto_http.h
include/types/proto_http.h
include/types/session.h
src/backend.c
src/checks.c
src/client.c
src/log.c
src/proto_http.c