X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=614c7f188202ce9a900325954abe0683fd9fe055;hb=12c8dc0f934964557294fcee2ea4b5444754e032;hp=99c423c57e19b094b1473244d04277b10198c313;hpb=10cf23701356145145e42f153e6719866b935885;p=privoxy.git diff --git a/jcc.c b/jcc.c index 99c423c5..614c7f18 100644 --- a/jcc.c +++ b/jcc.c @@ -3776,6 +3776,9 @@ static void chat(struct client_state *csp) * client body in the buffer (if there is one) and to * continue parsing the bytes that follow. */ +#ifdef FEATURE_HTTPS_INSPECTION + close_client_ssl_connection(csp); +#endif drain_and_close_socket(csp->cfd); csp->cfd = JB_INVALID_SOCKET;