X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=be8bd07b91a49bc35b85305c61701904c5467619;hb=514e09a7e7113a88eff3d91a6516ab95f899a80b;hp=e4ca6c4200d00d7c05182649cfb066c805050679;hpb=8385de7fa201ce05b35dd2d846e042e5b581a02a;p=privoxy.git diff --git a/jcc.c b/jcc.c index e4ca6c42..be8bd07b 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.160 2007/11/29 18:00:29 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.161 2007/12/04 19:44:22 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,10 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.160 2007/11/29 18:00:29 fabiankeil Exp $" * * Revisions : * $Log: jcc.c,v $ + * Revision 1.161 2007/12/04 19:44:22 fabiankeil + * Unbreak trustfile which previously didn't work without + * FEATURE_TOGGLE. Fixes BR#1843585, reported by Lee. + * * Revision 1.160 2007/11/29 18:00:29 fabiankeil * Plug memory leak. Spotted by Valgrind, triggered by * Privoxy-Regression-Test feeding proxyfuzz.py. @@ -1147,7 +1151,7 @@ static const char NO_SERVER_DATA_RESPONSE[] = "Content-Type: text/plain\r\n" "Connection: close\r\n\r\n" "Empty server or forwarder response.\r\n" - "The connection was closed without sending any data.\r\n"; + "The connection has been closed but Privoxy didn't receive any data.\r\n"; #if 0 /* XXX: should be a template */