From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Jun 2020 11:25:41 +0000 (+0200)
Subject: Improve a comment in chat()
X-Git-Tag: v_3_0_29~321
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/user-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=525e474e017c91ab9619d503ff537ca44825f428;p=privoxy.git

Improve a comment in chat()

... by removing an obsolete sentence and sprinkling a
couple of "the"s.

Sponsored by: Robert Klemme
---

diff --git a/jcc.c b/jcc.c
index a76851ca..2389a8db 100644
--- a/jcc.c
+++ b/jcc.c
@@ -3884,9 +3884,8 @@ static void chat(struct client_state *csp)
             }
 
             /*
-             * Test if connection with destination server was established
-             * successfully by parent proxy. Then we can send response to
-             * the client and continue or stop.
+             * Test if the connection to the destination server was
+             * established successfully by the parent proxy.
              */
             if (!tunnel_established_successfully(server_response, (unsigned int)len))
             {