Remove a now-obsolete comment about the implied keep-alive not working
authorFabian Keil <fk@fabiankeil.de>
Sun, 23 Oct 2011 11:23:55 +0000 (11:23 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 23 Oct 2011 11:23:55 +0000 (11:23 +0000)
parsers.c

index 36a819f..4d2ecf8 100644 (file)
--- 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;
           }