Searched defs:have_header (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c379 have_header(isc_httpd_t *httpd, const char *header, const char *value, function
569 if (have_header(httpd, "Connection:", "close", ", \t\r\n"))
572 if (have_header(httpd, "Host:", NULL, NULL))
576 if (have_header(httpd, "Connection:", "Keep-Alive",
587 if (have_header(httpd, "Accept-Encoding:", "deflate", ";, \t\r\n"))

Completed in 10 milliseconds