[Privoxy-commits] [privoxy] 01/30: receive_encrypted_request_headers(): Improve a log message

User Git git at git.privoxy.org
Thu Nov 11 04:41:51 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit ea957b7ee480999e18005665b5f5b5c32922d8b9
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Apr 2 17:15:32 2021 +0200

    receive_encrypted_request_headers(): Improve a log message
---
 jcc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jcc.c b/jcc.c
index df8ddd1a..16b71da2 100644
--- a/jcc.c
+++ b/jcc.c
@@ -2539,7 +2539,7 @@ static jb_err receive_encrypted_request(struct client_state *csp)
 
    do
    {
-      log_error(LOG_LEVEL_HEADER, "Reading encrypted headers");
+      log_error(LOG_LEVEL_HEADER, "Waiting for encrypted client headers");
       if (!is_ssl_pending(&(csp->ssl_client_attr)) &&
           !data_is_available(csp->cfd, csp->config->socket_timeout))
       {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list