[Privoxy-commits] [privoxy] 04/11: handle_established_connection(): Improve an error message
User Git
git at git.privoxy.org
Fri Mar 12 11:37:47 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 14a75d6ed20b27322f8764c96a24ce1c6a19bc54
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Mar 6 14:17:44 2021 +0100
handle_established_connection(): Improve an error message
---
jcc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jcc.c b/jcc.c
index cd7bf710..7805291c 100644
--- a/jcc.c
+++ b/jcc.c
@@ -3539,8 +3539,8 @@ static void handle_established_connection(struct client_state *csp)
(const unsigned char *) ((p != NULL) ? p : csp->iob->cur),
csp->content_length, get_write_delay(csp)) < 0))
{
- log_error(LOG_LEVEL_ERROR, "write modified content to "
- "client over TLS/SSL failed");
+ log_error(LOG_LEVEL_ERROR,
+ "Failed to send the modified content to the client over TLS");
freez(hdr);
freez(p);
mark_server_socket_tainted(csp);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list