From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 14 Mar 2021 16:36:25 +0000 (+0100)
Subject: Improve description of handle_established_connection()
X-Git-Tag: v_3_0_33~105^2~2
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/man-page/static/@default-cgi@show-url-info?a=commitdiff_plain;h=5366a33590156d114c6a509c23fd4424cacc6261;p=privoxy.git

Improve description of handle_established_connection()
---

diff --git a/jcc.c b/jcc.c
index 79c0eaa8..aec8e2a7 100644
--- 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...)