From: Fabian Keil Date: Sat, 11 Apr 2009 10:44:47 +0000 (+0000) Subject: Update a comment. We're not in Kansas anymore. X-Git-Tag: v_3_0_13~132 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@toggle?a=commitdiff_plain;h=ca9c23532ec32aeb89f7e5267791cf07e1737bca;p=privoxy.git Update a comment. We're not in Kansas anymore. --- diff --git a/jcc.c b/jcc.c index 40829c08..69b21f2b 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.240 2009/04/09 10:12:54 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.241 2009/04/11 10:37:23 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.240 2009/04/09 10:12:54 fabiankeil Exp $" * * Revisions : * $Log: jcc.c,v $ + * Revision 1.241 2009/04/11 10:37:23 fabiankeil + * When dropping connections due to ACL, don't leak csp->ip_addr_str. + * * Revision 1.240 2009/04/09 10:12:54 fabiankeil * Fix two cases in which an invalid server response would result * in the client connection being closed without sending an error @@ -4232,7 +4235,7 @@ static void listen_loop(void) { /* * Since we were listening to the "old port", we will not see - * a "listen" param change until the next IJB request. So, at + * a "listen" param change until the next request. So, at * least 1 more request must be made for us to find the new * setting. I am simply closing the old socket and binding the * new one.