receive_and_send_encrypted_post_data(): Improve a log message to make the origin...
authorFabian Keil <fk@fabiankeil.de>
Fri, 26 Mar 2021 16:19:20 +0000 (17:19 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 23 Apr 2022 08:44:20 +0000 (10:44 +0200)
jcc.c

diff --git a/jcc.c b/jcc.c
index 26fc630..f4dc57d 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -2385,7 +2385,7 @@ static int receive_and_send_encrypted_post_data(struct client_state *csp)
          max_bytes_to_read = (int)csp->expected_client_content_length;
       }
       log_error(LOG_LEVEL_CONNECT,
          max_bytes_to_read = (int)csp->expected_client_content_length;
       }
       log_error(LOG_LEVEL_CONNECT,
-         "Waiting for up to %d bytes of request body from the client.",
+         "Prepared to read up to %d bytes of encrypted request body from the client.",
          max_bytes_to_read);
       len = ssl_recv_data(&(csp->ssl_client_attr), buf,
          (unsigned)max_bytes_to_read);
          max_bytes_to_read);
       len = ssl_recv_data(&(csp->ssl_client_attr), buf,
          (unsigned)max_bytes_to_read);