From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 25 Feb 2020 12:35:37 +0000 (+0100)
Subject: Remove obsolete comment
X-Git-Tag: v_3_0_29~488
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/quickstart.html?a=commitdiff_plain;h=f58281d84941033124c3edeb3cb9211fb2e6766c;p=privoxy.git

Remove obsolete comment
---

diff --git a/jcc.c b/jcc.c
index e18132d4..9daee2ee 100644
--- a/jcc.c
+++ b/jcc.c
@@ -4038,7 +4038,7 @@ static void chat(struct client_state *csp)
             rsp = error_response(csp, "connect-failed");
             if (rsp)
             {
-               send_crunch_response(csp, rsp); /* XXX: use ssl*/
+               send_crunch_response(csp, rsp);
             }
             close_client_and_server_ssl_connections(csp);
             return;