Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_proxy.c29 int force_http10; member
217 header.force_http10 = val; in mod_proxy_parse_header_opts()
365 p->defaults.header.force_http10 = in SETDEFAULTS_FUNC()
858 buffer_append_string_len(b, !hctx->conf.header.force_http10 in proxy_create_env()
899 if (__builtin_expect( (hctx->conf.header.force_http10), 0)) in proxy_create_env()
929 if (hctx->conf.header.force_http10 || r->http_version == HTTP_VERSION_1_0) continue; in proxy_create_env()
936 if (hctx->conf.header.force_http10 in proxy_create_env()
989 if (connhdr && !hctx->conf.header.force_http10 && r->http_version >= HTTP_VERSION_1_1 in proxy_create_env()