diff options
author | corvid <corvid@lavabit.com> | 2011-05-16 19:51:39 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-16 19:51:39 +0000 |
commit | f4bcf3d4c1f499fac37fbca0de2b2cb253313d28 (patch) | |
tree | bda28be09f68461d592cad997e3db1f1284332de /dpi/cookies.c | |
parent | 399b0fa3b970ec1ff6969902639d5058c3e732a9 (diff) |
cookies comment
Diffstat (limited to 'dpi/cookies.c')
-rw-r--r-- | dpi/cookies.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dpi/cookies.c b/dpi/cookies.c index a5142224..5e85eefb 100644 --- a/dpi/cookies.c +++ b/dpi/cookies.c @@ -13,8 +13,11 @@ * */ -/* This is written to follow the HTTP State Working Group's - * draft-ietf-httpstate-cookie-01.txt. +/* This is written to follow the HTTP State Working Group's cookie draft + * standard, as of the version somewhere in the general neighbourhood of + * draft-ietf-httpstate-cookie-05.txt. + * TODO: They eventually succeeded in getting RFC 6265 out. What differences + * are there? * * Info on cookies in the wild: * http://www.ietf.org/mail-archive/web/http-state/current/msg00078.html |