summaryrefslogtreecommitdiffstatsabout
path: root/functions20.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2006-11-07 02:44:33 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2006-11-07 02:44:33 (GMT)
commitee22f4a4df3632c5d6def4ef108cbdbda0ce4e47 (patch)
tree87b6bae925ec676800765685774c70e282079d15 /functions20.h
parent45d25f947b7cf068530f009e8846cd3ccde51220 (diff)
updated license file
updated documentation
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 "+";