Source position: httpd.inc line 890
type ap_conn_keepalive_e = (
AP_CONN_UNKNOWN,
AP_CONN_CLOSE,
AP_CONN_KEEPALIVE
);