From ee22f4a4df3632c5d6def4ef108cbdbda0ce4e47 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 07 Nov 2006 02:44:33 +0000 Subject: updated license file updated documentation --- (limited to 'functions20.h') 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) if (r->connection->aborted) return "X"; - if (r->connection->keepalive == AP_CONN_KEEPALIVE && + if (r->connection->keepalive == AP_CONN_KEEPALIVE && (!r->server->keep_alive_max || (r->server->keep_alive_max - r->connection->keepalives) > 0)) { return "+"; -- cgit v0.9.2