X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=630d02b09dbeda070b4935876e17d4e823522fb5;hb=0a8a67ad94e01078e89a7ab197cd7dd9ed75ab6d;hp=cb846ca86e8f71f6e45306b84ada9c73e3638fb9;hpb=624a05d0884af835e34984f4198ffece3189f9a5;p=privoxy.git diff --git a/jcc.c b/jcc.c index cb846ca8..630d02b0 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.300 2009/10/04 15:46:25 fabiankeil Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.301 2009/10/08 07:36:37 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -1603,7 +1603,9 @@ static void chat(struct client_state *csp) /* Skeleton for HTTP response, if we should intercept the request */ struct http_response *rsp; struct timeval timeout; +#ifdef FEATURE_CONNECTION_KEEP_ALIVE int watch_client_socket = 1; +#endif memset(buf, 0, sizeof(buf));