]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: make some room in the transaction flags to extend cookies
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2010 17:38:55 +0000 (19:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:32 +0000 (19:04 +0200)
commit92954fdf2e151ce42628f6ab2a9663c34c7e3244
treeac32239a568409e87ef0a52eb39253ee6835f860
parentbca9969daf2a491fdac59056489cbc4add8ed7bf
[MINOR] http: make some room in the transaction flags to extend cookies

We'll need one more bit to store and report the request cookie's status.
Doing this required moving a few bits around. However, now in 1.4 all bits
are used, there's no room left.

Cookie flags will need
(cherry picked from commit 09ebca0413c43620ddc375b5b4ab31a25d47b3f4)
include/types/proto_http.h