From 2d03b12f4f209d9c9cd17c993280fa1d9c21d790 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 3 May 2025 19:05:44 +0200 Subject: [PATCH] Remove ifdef FEATURE_HTTPS_INSPECTION that is always true ... as it's in an ifdef FEATURE_HTTPS_INSPECTION block. --- jcc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/jcc.c b/jcc.c index 99aebf0c..6970eade 100644 --- a/jcc.c +++ b/jcc.c @@ -4137,9 +4137,7 @@ static void handle_established_connection(struct client_state *csp) * to the client... it probably can't hear us anyway. */ mark_server_socket_tainted(csp); -#ifdef FEATURE_HTTPS_INSPECTION close_client_and_server_ssl_connections(csp); -#endif return; } } -- 2.49.0