Back out the last commit so it can return with related changes.
authorFabian Keil <fk@fabiankeil.de>
Tue, 14 Jul 2009 17:45:05 +0000 (17:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 14 Jul 2009 17:45:05 +0000 (17:45 +0000)
The bug it fixes hasn't actually been committed.

project.h

index 7d0baaa..554abbb 100644 (file)
--- a/project.h
+++ b/project.h
@@ -1,7 +1,7 @@
 #ifndef PROJECT_H_INCLUDED
 #define PROJECT_H_INCLUDED
 /** Version string. */
 #ifndef PROJECT_H_INCLUDED
 #define PROJECT_H_INCLUDED
 /** Version string. */
-#define PROJECT_H_VERSION "$Id: project.h,v 1.144 2009/07/13 17:12:28 fabiankeil Exp $"
+#define PROJECT_H_VERSION "$Id: project.h,v 1.145 2009/07/13 19:16:15 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/project.h,v $
@@ -768,19 +768,13 @@ struct reusable_connection
  */
 #define CSP_FLAG_CLIENT_REQUEST_COMPLETELY_READ 0x00010000U
 
  */
 #define CSP_FLAG_CLIENT_REQUEST_COMPLETELY_READ 0x00010000U
 
-/**
- * Flag for csp->flags: Set if the server promised us to
- * keep the connection open for a known number of seconds.
- */
-#define CSP_FLAG_SERVER_KEEP_ALIVE_TIMEOUT_SET  0x00020000U
-
 #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */
 
 /**
  * Flag for csp->flags: Set if we think we can't reuse
  * the server socket.
  */
 #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */
 
 /**
  * Flag for csp->flags: Set if we think we can't reuse
  * the server socket.
  */
-#define CSP_FLAG_SERVER_SOCKET_TAINTED          0x00040000U
+#define CSP_FLAG_SERVER_SOCKET_TAINTED          0x00020000U
 
 /*
  * Flags for use in return codes of child processes
 
 /*
  * Flags for use in return codes of child processes