From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 14 Jul 2009 17:45:05 +0000 (+0000)
Subject: Back out the last commit so it can return with related changes.
X-Git-Tag: v_3_0_14~36
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/diff?a=commitdiff_plain;h=79c96533728e9e29256e28e933866fe59c539916;p=privoxy.git

Back out the last commit so it can return with related changes.
The bug it fixes hasn't actually been committed.
---

diff --git a/project.h b/project.h
index 7d0baaae..554abbb3 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.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 $
@@ -768,19 +768,13 @@ struct reusable_connection
  */
 #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.
  */
-#define CSP_FLAG_SERVER_SOCKET_TAINTED          0x00040000U
+#define CSP_FLAG_SERVER_SOCKET_TAINTED          0x00020000U
 
 /*
  * Flags for use in return codes of child processes