From: Fabian Keil Date: Tue, 4 Sep 2012 08:32:03 +0000 (+0000) Subject: Note that CSP_FLAG_SERVER_SOCKET_TAINTED is poorly named X-Git-Tag: v_3_0_20~285 X-Git-Url: http://www.privoxy.org/gitweb/seealso.html?a=commitdiff_plain;h=eca43f302084d6a92f8a479b59e26bd1f3b0a89a;p=privoxy.git Note that CSP_FLAG_SERVER_SOCKET_TAINTED is poorly named --- diff --git a/project.h b/project.h index 98c46af0..1c000b06 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.177 2012/07/23 12:43:42 fabiankeil Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.178 2012/07/27 17:36:06 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -793,7 +793,9 @@ struct reusable_connection /** * Flag for csp->flags: Set if we think we can't reuse - * the server socket. + * the server socket. XXX: It's also set after sabotaging + * pipelining attempts which is somewhat inconsistent with + * the name. */ #define CSP_FLAG_SERVER_SOCKET_TAINTED 0x00040000U