summaryrefslogtreecommitdiffstatsabout
path: root/functions20.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions20.h')
-rw-r--r--functions20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions20.h b/functions20.h
index ee58513..5220b7c 100644
--- a/functions20.h
+++ b/functions20.h
@@ -107,7 +107,7 @@ static const char *extract_connection_status(request_rec *r, char *a)
107 if (r->connection->aborted) 107 if (r->connection->aborted)
108 return "X"; 108 return "X";
109 109
110 if (r->connection->keepalive == AP_CONN_KEEPALIVE && 110 if (r->connection->keepalive == AP_CONN_KEEPALIVE &&
111 (!r->server->keep_alive_max || 111 (!r->server->keep_alive_max ||
112 (r->server->keep_alive_max - r->connection->keepalives) > 0)) { 112 (r->server->keep_alive_max - r->connection->keepalives) > 0)) {
113 return "+"; 113 return "+";