X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=6f399ee3ee67ab23a45e2ba619a684e3c0a17cf0;hp=122b2b40445020799439961bba385c14f3d346f8;hb=c402a37c55bb679f8b5b4a1b6eb3624f43ef5260;hpb=3b4a2a4b141d4add744232527f1f6deeea0cdbe1 diff --git a/jcc.c b/jcc.c index 122b2b40..6f399ee3 100644 --- a/jcc.c +++ b/jcc.c @@ -3760,7 +3760,6 @@ static void chat(struct client_state *csp) { log_error(LOG_LEVEL_ERROR, "Failed to open a secure connection with the client"); - close_client_ssl_connection(csp); /* XXX: Is this needed? */ return; } if (JB_ERR_OK != process_encrypted_request(csp))