Home
last modified time | relevance | path

Searched refs:HTTPD_KEEPALIVE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c54 #define HTTPD_KEEPALIVE 0x0004 /* Got a Connection: Keep-Alive */ macro
698 httpd->flags |= HTTPD_KEEPALIVE; in process_request()
1032 if ((httpd->flags & HTTPD_KEEPALIVE) != 0) { in isc_httpd_recvdone()