Improve a comment in chat()
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 11:25:41 +0000 (13:25 +0200)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Jun 2020 13:58:24 +0000 (15:58 +0200)
... by removing an obsolete sentence and sprinkling a
couple of "the"s.

Sponsored by: Robert Klemme

jcc.c

diff --git a/jcc.c b/jcc.c
index a76851c..2389a8d 100644 (file)
--- 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))
             {