[MEDIUM] cookie: reassign set-cookie status flags to store more states
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Oct 2010 13:54:11 +0000 (15:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:33 +0000 (19:04 +0200)
commitf1348310e8205f49e65eb84e3c344188ff38232f
tree355b4762f5f1354b9005446ed0eeb7113ce638f3
parentb761ec4c94d7bf32621f65ed9e0841f8e32e4397
[MEDIUM] cookie: reassign set-cookie status flags to store more states

The set-cookie status flags were not very handy and limited. Reorder
them to save some room for additional values and add the "U" flags
(for Updated expiration date) that will be used with expirable cookies
in insert mode.
(cherry picked from commit 5bab52f821bb0fa99fc48ad1b400769e66196ece)
include/types/proto_http.h
src/proto_http.c