[Privoxy-commits] [privoxy] 09/11: handle_established_connection(): Fix a comment
User Git
git at git.privoxy.org
Fri Mar 12 11:37:52 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 846115a986a3101eef962034344bf35cf4a3d313
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Mar 10 17:13:08 2021 +0100
handle_established_connection(): Fix a comment
---
jcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 3f42be1b..648fd455 100644
--- a/jcc.c
+++ b/jcc.c
@@ -3171,7 +3171,7 @@ static void handle_established_connection(struct client_state *csp)
n = select((int)maxfd + 1, &rfds, NULL, NULL, &timeout);
#endif /* def HAVE_POLL */
- /*server or client not responding in timeout */
+ /* Server or client not responding in timeout */
if (n == 0)
{
log_error(LOG_LEVEL_CONNECT, "Socket timeout %d reached: %s",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list