From 6d728d7cc958ee7f24e117f4adeccd4bd66dab5a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 6 Sep 2009 17:11:45 +0000 Subject: [PATCH] Remove a superfluous debug message in chat(). --- jcc.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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); } -- 2.49.0