]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: move message-related flags from transaction to message
authorWilly Tarreau <w@1wt.eu>
Fri, 17 Feb 2012 16:39:37 +0000 (17:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 Apr 2012 09:57:00 +0000 (11:57 +0200)
commita36fc4d7eda84f7c6fd17b05eaee61c51d35e360
treeb7c00f22758e06f55928549f5a8ed96811062046
parent21337825c0346e78c80ff42dcdd319611d49f959
MEDIUM: move message-related flags from transaction to message

Too many flags are stored in the transaction structure. Some flags are
clearly message-specific and exist in two versions (request and response).
Move them to a new "flags" field in the http_message struct instead.
include/types/proto_http.h
src/proto_http.c
src/session.c