send_https_request(): Don't call close_client_and_server_ssl_connections()
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 75be2d2..10a2d74 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -2123,7 +2123,6 @@ static int send_https_request(struct client_state *csp)
          "Failed sending encrypted request headers to: %s: %E",
          csp->http->hostport);
       mark_server_socket_tainted(csp);
-      close_client_and_server_ssl_connections(csp);
       return 1;
    }