[Privoxy-commits] [privoxy] 11/11: handle_established_connection(): Slightly improve a comment
User Git
git at git.privoxy.org
Fri Mar 12 11:37:54 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 23584c9dc63b567b79cc671965cc329e2e54c505
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Mar 12 12:14:13 2021 +0100
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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list