projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06aac0
)
handle_established_connection(): Fix a comment
author
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Mar 2021 16:13:08 +0000
(17:13 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000
(12:34 +0100)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
3f42be1
..
648fd45
100644
(file)
--- 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 */
- /*
s
erver or client not responding in timeout */
+ /*
S
erver or client not responding in timeout */
if (n == 0)
{
log_error(LOG_LEVEL_CONNECT, "Socket timeout %d reached: %s",