[Privoxy-commits] [privoxy] 07/09: Remove ifdef FEATURE_HTTPS_INSPECTION that is always true
User Git
git at git.privoxy.org
Wed Jun 18 05:47:04 CEST 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 2d03b12f4f209d9c9cd17c993280fa1d9c21d790
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat May 3 19:05:44 2025 +0200
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;
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list