[Privoxy-commits] [privoxy] 01/03: process_encrypted_request_headers(): Add periods to a couple of log messages

User Git git at git.privoxy.org
Thu Jul 17 12:10:51 CEST 2025


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

git pushed a commit to branch master
in repository privoxy.

commit 9b9b19a652299f387c23344a08c0f48def5d2bfb
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Jul 2 16:12:22 2025 +0200

    process_encrypted_request_headers(): Add periods to a couple of log messages
---
 jcc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/jcc.c b/jcc.c
index f829df27..3aecb084 100644
--- a/jcc.c
+++ b/jcc.c
@@ -2699,7 +2699,7 @@ static jb_err process_encrypted_request_headers(struct client_state *csp)
    request_line = get_header(csp->client_iob);
    if (request_line == NULL)
    {
-      log_error(LOG_LEVEL_ERROR, "Failed to get the encrypted request line");
+      log_error(LOG_LEVEL_ERROR, "Failed to get the encrypted request line.");
       ssl_send_data_delayed(&(csp->ssl_client_attr),
          (const unsigned char *)CHEADER, strlen(CHEADER), get_write_delay(csp));
       return JB_ERR_PARSE;
@@ -2767,7 +2767,7 @@ static jb_err process_encrypted_request_headers(struct client_state *csp)
        * elsewhere failed.
        */
       log_error(LOG_LEVEL_ERROR,
-         "Failed to get the encrypted request destination");
+         "Failed to get the encrypted request destination.");
       ssl_send_data_delayed(&(csp->ssl_client_attr),
          (const unsigned char *)CHEADER, strlen(CHEADER), get_write_delay(csp));
       destroy_list(headers);
@@ -2844,7 +2844,7 @@ static jb_err process_encrypted_request_headers(struct client_state *csp)
       return JB_ERR_PARSE;
    }
 
-   log_error(LOG_LEVEL_HEADER, "Encrypted request headers 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