continue_https_chat(): Increment csp->server_connection.requests_sent_total
[privoxy.git] / jcc.c
diff --git a/jcc.c b/jcc.c
index 4db217f..1a23902 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -2528,6 +2528,7 @@ static void continue_https_chat(struct client_state *csp)
          csp->cfd);
       return;
    }
+   csp->server_connection.requests_sent_total++;
    handle_established_connection(csp);
    freez(csp->receive_buffer);
 }