From 64967d186c7c68bb340c2f7f5c0fa90214cf4b6f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 20 Nov 2008 08:22:28 +0000 Subject: [PATCH] Remove an obsolete comment. --- project.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/project.h b/project.h index 088b8644..ede20725 100644 --- a/project.h +++ b/project.h @@ -1,7 +1,7 @@ #ifndef PROJECT_H_INCLUDED #define PROJECT_H_INCLUDED /** Version string. */ -#define PROJECT_H_VERSION "$Id: project.h,v 1.123 2008/11/10 16:55:59 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.124 2008/11/16 12:43:49 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -37,6 +37,11 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.124 2008/11/16 12:43:49 fabiankeil + * Turn keep-alive support into a runtime feature + * that is disabled by setting keep-alive-timeout + * to a negative value. + * * Revision 1.123 2008/11/10 16:55:59 fabiankeil * Fix a gcc44 warning (in filters.c). * @@ -1343,9 +1348,6 @@ struct url_actions /** * Flag for csp->flags: Set if the server wants to keep * the connection alive. - * - * XXX: Incomplete implementation, we currently only - * look for "Connection: keep-alive". */ #define CSP_FLAG_SERVER_CONNECTION_KEEP_ALIVE 0x00001000UL -- 2.39.2