[Privoxy-commits] [privoxy] 07/30: chat(): Log the applied actions before deciding how to forward the request
User Git
git at git.privoxy.org
Thu Nov 11 04:41:57 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 fc9b885ff6c905f0a61e45fb90b4e763577af81d
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Mar 27 07:46:00 2021 +0100
chat(): Log the applied actions before deciding how to forward the request
---
jcc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 9f379c01..5ddf1842 100644
--- a/jcc.c
+++ b/jcc.c
@@ -4340,13 +4340,14 @@ static void chat(struct client_state *csp)
}
#endif
+ log_applied_actions(csp->action);
+
/* decide how to route the HTTP request */
fwd = forward_url(csp, http);
freez(csp->headers->first->str);
build_request_line(csp, fwd, &csp->headers->first->str);
- log_applied_actions(csp->action);
if (fwd->forward_host)
{
log_error(LOG_LEVEL_CONNECT, "via [%s]:%d to: %s",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list