From: Fabian Keil Date: Fri, 12 Mar 2021 11:14:13 +0000 (+0100) Subject: handle_established_connection(): Slightly improve a comment X-Git-Tag: v_3_0_33~106^2 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;h=23584c9dc63b567b79cc671965cc329e2e54c505;p=privoxy.git handle_established_connection(): Slightly improve a comment --- 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);