X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=99c423c57e19b094b1473244d04277b10198c313;hp=dbb497909633765c1139289a5dffa0df47af0f58;hb=10cf23701356145145e42f153e6719866b935885;hpb=9b2f19e5b2787e062ca6fe992ce250c5149497f8 diff --git a/jcc.c b/jcc.c index dbb49790..99c423c5 100644 --- a/jcc.c +++ b/jcc.c @@ -2275,8 +2275,11 @@ static jb_err process_encrypted_request(struct client_state *csp) if (client_protocol_is_unsupported(csp, request_line)) { - ssl_send_data(&(csp->mbedtls_client_attr.ssl), - (const unsigned char *)CHEADER, strlen(CHEADER)); + /* + * If the protocol is unsupported we're done here. + * client_protocol_is_unsupported() took care of sending + * the error response and logging the error message. + */ return JB_ERR_PARSE; }