projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ada65b
)
process_encrypted_request(): Improve a log message
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 26 Mar 2021 18:44:08 +0000
(19:44 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 10 Nov 2021 02:20:24 +0000
(
03:20
+0100)
The function only processes request headers and there
may still be unread request body data left to process.
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
224e28d
..
54b0b2d
100644
(file)
--- 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);