From: Fabian Keil Date: Sun, 6 Sep 2009 17:11:45 +0000 (+0000) Subject: Remove a superfluous debug message in chat(). X-Git-Tag: v_3_0_15~76 X-Git-Url: http://www.privoxy.org/gitweb/%40default-cgi%40edit-actions?a=commitdiff_plain;h=6d728d7cc958ee7f24e117f4adeccd4bd66dab5a;p=privoxy.git Remove a superfluous debug message in chat(). --- diff --git a/jcc.c b/jcc.c index 274124f1..950c4a27 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.284 2009/09/06 14:07:56 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.285 2009/09/06 14:15:46 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -1847,14 +1847,6 @@ static void chat(struct client_state *csp) else #endif /* def FEATURE_CONNECTION_KEEP_ALIVE */ { -#ifdef FEATURE_CONNECTION_KEEP_ALIVE - if (http->ssl == 0) - { - log_error(LOG_LEVEL_CONNECT, - "Allowing the client to continue talking. " - "Expecting %llu bytes.", csp->expected_client_content_length); - } -#endif /* def FEATURE_CONNECTION_KEEP_ALIVE */ FD_SET(csp->cfd, &rfds); }