Definition:
#include "scoreboard.h"
Usage example:
switch (score_record.status) {
case SERVER_BUSY_KEEPALIVE:
ap_rputs("<B>Keepalive</B>", r);
break;
}
Scoreboard state constant indicating the server is servicing a keepalive (persistent HTTP) request
Previous: SERVER_BUSY_DNS
Next: SERVER_BUSY_LOG
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)