[Privoxy-commits] [privoxy] 10/30: process_encrypted_request(): Improve a log message
User Git
git at git.privoxy.org
Thu Nov 11 04:42:00 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 79b40b1f81c76e4e2116babf6e77a9af885db2ac
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Mar 26 19:44:08 2021 +0100
process_encrypted_request(): Improve a log message
The function only processes request headers and there
may still be unread request body data left to process.
---
jcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 224e28d8..54b0b2d3 100644
--- a/jcc.c
+++ b/jcc.c
@@ -2873,7 +2873,7 @@ static jb_err process_encrypted_request_headers(struct client_state *csp)
return JB_ERR_PARSE;
}
- log_error(LOG_LEVEL_HEADER, "Encrypted request processed");
+ log_error(LOG_LEVEL_HEADER, "Encrypted request headers processed");
log_error(LOG_LEVEL_REQUEST, "https://%s%s", csp->http->hostport,
csp->http->path);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list