Improve description of handle_established_connection()
authorFabian Keil <fk@fabiankeil.de>
Sun, 14 Mar 2021 16:36:25 +0000 (17:36 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 15 Mar 2021 14:38:44 +0000 (15:38 +0100)
jcc.c

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...)