uagen: Bump BROWSER_REVISION to match Firefox version to 91 (ESR)
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 224e28d..659521c 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);
 
@@ -6276,6 +6276,8 @@ static void listen_loop(void)
 
    log_error(LOG_LEVEL_INFO, "Graceful termination requested.");
 
+   close_ports_helper(bfds);
+
    unload_current_config_file();
    unload_current_actions_file();
    unload_current_re_filterfile();