Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_chunked_filter_module.c79 if (r->http_version >= NGX_HTTP_VERSION_11 in ngx_http_chunked_header_filter()
H A Dngx_http_proxy_module.c251 { ngx_string("1.1"), NGX_HTTP_VERSION_11 },
952 || plcf->http_version == NGX_HTTP_VERSION_11)) in ngx_http_proxy_handler()
1381 if (plcf->http_version == NGX_HTTP_VERSION_11) { in ngx_http_proxy_create_request()
1804 if (ctx->status.http_version < NGX_HTTP_VERSION_11) { in ngx_http_proxy_process_status_line()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h25 #define NGX_HTTP_VERSION_11 1001 macro
H A Dngx_http_request_body.c808 || r->http_version < NGX_HTTP_VERSION_11 in ngx_http_test_expect()
H A Dngx_http_core_module.c154 { ngx_string("1.1"), NGX_HTTP_VERSION_11 },
3751 NGX_HTTP_VERSION_11); in ngx_http_core_merge_loc_conf()