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

/httpd/include/
H A Dhttp_core.h709 int http_expect_strict; member in struct:__anon22
/httpd/server/
H A Dcore.c519 if (virt->http_expect_strict != AP_HTTP_EXPECT_STRICT_UNSET)
520 conf->http_expect_strict = virt->http_expect_strict;
3848 conf->http_expect_strict = AP_HTTP_EXPECT_STRICT_ENABLE;
3850 conf->http_expect_strict = AP_HTTP_EXPECT_STRICT_DISABLE;
H A Dprotocol.c1235 if (conf->http_expect_strict != AP_HTTP_EXPECT_STRICT_DISABLE) {

Completed in 438 milliseconds