Searched refs:keepalives (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/http/
H A Dhttp_protocol.c200 int left = r->server->keep_alive_max - r->connection->keepalives;
261 r->connection->keepalives++;
296 * is the last one, then bump up the number of keepalives
302 r->connection->keepalives++;
/httpd/modules/proxy/
H A Dmod_proxy_http.c768 /* sub-requests never use keepalives, and mustn't pass request bodies.
778 /* XXX: Why DON'T sub-requests use keepalives? */
1398 if (r->proxyreq == PROXYREQ_REVERSE && c->keepalives &&
1404 " Number of keepalives %i", backend->hostname,
1405 backend->port, c->keepalives);
1419 else if (!c->keepalives) {
2060 if ((r->proxyreq == PROXYREQ_REVERSE) && (!c->keepalives)
/httpd/modules/loggers/
H A Dmod_log_config.c879 (r->server->keep_alive_max - r->connection->keepalives) > 0)) {
887 int num = r->connection->keepalives ? r->connection->keepalives - 1 : 0;
/httpd/include/
H A Dhttpd.h1158 int keepalives; member in struct:conn_rec
/httpd/modules/ssl/
H A Dssl_engine_kernel.c240 (r->connection->keepalives <= 0 ?
243 r->connection->keepalives+1)),
/httpd/server/
H A Dlog.c616 return apr_snprintf(buf, buflen, "%d", info->c->keepalives);
H A Dprotocol.c1079 if (!r->connection->keepalives)

Completed in 51 milliseconds