From 23584c9dc63b567b79cc671965cc329e2e54c505 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 12 Mar 2021 12:14:13 +0100 Subject: [PATCH] handle_established_connection(): Slightly improve a comment --- jcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jcc.c b/jcc.c index d8840b60..79c0eaa8 100644 --- a/jcc.c +++ b/jcc.c @@ -3609,8 +3609,8 @@ static void handle_established_connection(struct client_state *csp) } /* - * This is NOT the body, so - * Let's pretend the server just sent us a blank line. + * This is not the body, so let's pretend the server just sent + * us a blank line. */ snprintf(csp->receive_buffer, csp->receive_buffer_size, "\r\n"); len = (int)strlen(csp->receive_buffer); -- 2.39.2