Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dhttpd.c75 #define HTTPD_CLOSE 0x0001 /* Got a Connection: close header */ macro
498 httpd->flags |= HTTPD_CLOSE; in process_request()
956 if ((httpd->flags & HTTPD_CLOSE) != 0) { in isc_httpd_senddone()