Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dresponse.h17 BACKEND_PROXY = 0 enumerator
H A Dhttp-header-glue.c860 if ((s[5] == '1' || opts->backend != BACKEND_PROXY) && s[6] == '.' in http_response_process_headers()
882 else if (__builtin_expect( (opts->backend == BACKEND_PROXY), 0)) { in http_response_process_headers()
933 if (opts->backend != BACKEND_PROXY) { in http_response_process_headers()
953 if (opts->backend != BACKEND_PROXY && opts->backend != BACKEND_CGI) in http_response_process_headers()
958 if (opts->backend == BACKEND_PROXY) continue; in http_response_process_headers()
H A Dmod_sockproxy.c162 hctx->opts.backend = BACKEND_PROXY; in mod_sockproxy_connection_accept()
H A Dmod_wstunnel.c495 hctx->gw.opts.backend = BACKEND_PROXY; /*(act proxy-like; not used)*/ in wstunnel_handler_setup()
H A Dmod_proxy.c1096 hctx->gw.opts.backend = BACKEND_PROXY; in mod_proxy_check_extension()
H A Dgw_backend.c2218 if (-1 == r->reqbody_length && hctx->opts.backend != BACKEND_PROXY){ in gw_handle_subrequest()