ap_keepalive_timeout — set the keepalive timeout on a request
void ap_keepalive_timeout(char *name, request_rec *r)
Works like ap_hard_timeout()
except that if the
request is kept alive, the keepalive timeout is used instead of the
server timeout. This should normally be used only when awaiting a
request from the client, and thus it is used only in
http_protocol.c but is included here for
completeness.