X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=parsers.c;h=c520d0a3e47b49761aebcf6e88bf607dd874422a;hp=5df119e2b1467ed37d085197e6bb60c8e4639d55;hb=312148396e9a26b0b3bd84bd7377973fd4b206e7;hpb=8eb9a5f57a8fa493b9486638cece8b3a9b72b9d2 diff --git a/parsers.c b/parsers.c index 5df119e2..c520d0a3 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.262 2012/11/11 12:37:42 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.263 2012/11/11 12:38:42 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -3857,10 +3857,6 @@ static void add_cookie_expiry_date(char **cookie, time_t lifetime) * Crunch, accept or rewrite it to a session cookie. * Called from `sed'. * - * TODO: Allow the user to specify a new expiration - * time to cause the cookie to expire even before the - * browser is closed. - * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) * 2 : header = On input, pointer to header to modify.