diff options
author | jcid <devnull@localhost> | 2008-10-15 19:13:57 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-15 19:13:57 +0200 |
commit | df5199dfd52172653dd3ccd0be43f39c21263055 (patch) | |
tree | f8f86d1b6369f5be99cbb33df6bccf048069d973 | |
parent | 3c6000709899ba2df7d94d281ab211b30dd70320 (diff) |
.
-rw-r--r-- | dpi/cookies.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/cookies.c b/dpi/cookies.c index 62ea5458..bfdf3b3d 100644 --- a/dpi/cookies.c +++ b/dpi/cookies.c @@ -910,8 +910,8 @@ static CookieData_t *Cookies_parse_one(int url_port, char **cookie_str) } else if (dStrcasecmp(attr, "Secure") == 0) { cookie->secure = TRUE; } else if (dStrcasecmp(attr, "HttpOnly") == 0) { - // this case intentionally left blank, we because do not (yet) - // do client-side scripting + // this case is intentionally left blank, because we do not + // do client-side scripting (yet). } else { /* Oops! this can't be good... */ MSG("Cookie contains unknown attribute: '%s'\n", attr); |