Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c52 #define HTTPD_CLOSE 0x0001 /* Got a Connection: close header */ macro
688 httpd->flags |= HTTPD_CLOSE; in process_request()
700 httpd->flags |= HTTPD_CLOSE; in process_request()
1262 if ((httpd->flags & HTTPD_CLOSE) != 0) { in isc_httpd_senddone()