From 38e0137ab65e38d5e6dc8199ab3d0c896d8b51e0 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 23 Oct 2011 11:23:55 +0000
Subject: [PATCH] Remove a now-obsolete comment about the implied keep-alive
 not working

---
 parsers.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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;
           }
-- 
2.49.0