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

/httpd/server/
H A Dprotocol.c995 const char *expect; local
1220 if (((expect = apr_table_get(r->headers_in, "Expect")) != NULL)
1221 && (expect[0] != '\0')) {
1228 if (strcasecmp(expect, "100-continue") == 0) {
1239 "of Expect: %s", expect);
1247 "of Expect (not fatal): %s", expect);

Completed in 680 milliseconds