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

/bind-9.11.3/lib/isc/
H A Dhttpd.c59 #define HTTPD_CLOSE 0x0001 /* Got a Connection: close header */ macro
570 httpd->flags |= HTTPD_CLOSE;
580 httpd->flags |= HTTPD_CLOSE;
1179 if ((httpd->flags & HTTPD_CLOSE) != 0) {

Completed in 13 milliseconds