continue_https_chat(): Explicitly unset CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 8c34236..8283add 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -2907,6 +2907,7 @@ static void continue_https_chat(struct client_state *csp)
 
    if (JB_ERR_OK != process_encrypted_request(csp))
    {
+      csp->flags &= ~CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE;
       return;
    }