X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=f142996e177a5dfc0edb3b919428d283708330a2;hp=3809f40c42f5e8dd784151efb3f80786281f8102;hb=33e6e16fbc58c7f752c6b6899f46839f057ca2b5;hpb=054d756c1ca22087c06f36e33db67981b552b7b8 diff --git a/jcc.c b/jcc.c index 3809f40c..f142996e 100644 --- a/jcc.c +++ b/jcc.c @@ -2410,13 +2410,6 @@ static void handle_established_connection(struct client_state *csp) int use_ssl_tunnel = 0; csp->dont_verify_certificate = 0; - /* - * Preset flags informing if SSL connections with server or client - * are opened or closed - */ - csp->ssl_with_server_is_opened = 0; - csp->ssl_with_client_is_opened = 0; - if (csp->http->ssl && !(csp->action->flags & ACTION_HTTPS_INSPECTION)) { /* Pass encrypted content without filtering. */