[MINOR] cookie: add the expired (E) and old (O) flags for request cookies
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Oct 2010 13:28:23 +0000 (15:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:33 +0000 (19:04 +0200)
commitb761ec4c94d7bf32621f65ed9e0841f8e32e4397
tree97c386848987df0822208968505f36bd8bb8674d
parent92954fdf2e151ce42628f6ab2a9663c34c7e3244
[MINOR] cookie: add the expired (E) and old (O) flags for request cookies

These flags will indicate the cookie status when an expiration date is
set.
(cherry picked from commit 3f0f0e4583a432d34b75bc7b9dd2c756b4e181a7)
include/types/proto_http.h
src/proto_http.c