projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e1a03
)
Improve description of handle_established_connection()
author
Fabian Keil
<fk@fabiankeil.de>
Sun, 14 Mar 2021 16:36:25 +0000
(17:36 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Mon, 15 Mar 2021 14:38:44 +0000
(15:38 +0100)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
79c0eaa
..
aec8e2a
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-3009,7
+3009,8
@@
static void continue_https_chat(struct client_state *csp)
* Function : handle_established_connection
*
* Description : Shuffle data between client and server once the
- * connection has been established.
+ * connection has been established and the request
+ * has been sent.
*
* Parameters :
* 1 : csp = Current client state (buffers, headers, etc...)