From: Fabian Keil Date: Sun, 23 Oct 2011 11:23:55 +0000 (+0000) Subject: Remove a now-obsolete comment about the implied keep-alive not working X-Git-Tag: v_3_0_18~72 X-Git-Url: http://www.privoxy.org/gitweb/files-in-use.jpg?a=commitdiff_plain;h=38e0137ab65e38d5e6dc8199ab3d0c896d8b51e0;p=privoxy.git Remove a now-obsolete comment about the implied keep-alive not working --- diff --git a/parsers.c b/parsers.c index 36a819f4..4d2ecf80 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.234 2011/10/08 17:31:51 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.235 2011/10/16 12:39:14 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -1853,10 +1853,6 @@ static jb_err client_connection(struct client_state *csp, char **header) /* * While we imply keep-alive to the server, * we have to remember that the client didn't. - * - * XXX: The implied keep-alive currently doesn't - * actually work due to a not yet properly - * analyzed regression in chat() */ csp->flags &= ~CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE; }