Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h24 #define NGX_HTTP_VERSION_10 1000 macro
H A Dngx_http_header_filter_module.c182 if (r->http_version < NGX_HTTP_VERSION_10) { in ngx_http_header_filter()
H A Dngx_http_special_response.c691 && r->http_version >= NGX_HTTP_VERSION_10 in ngx_http_send_special_response()
H A Dngx_http_request.c620 r->http_version = NGX_HTTP_VERSION_10; in ngx_http_alloc_request()
1126 if (r->http_version < NGX_HTTP_VERSION_10) { in ngx_http_process_request_line()
1919 if (r->headers_in.host == NULL && r->http_version > NGX_HTTP_VERSION_10) { in ngx_http_process_request_header()
H A Dngx_http_core_module.c153 { ngx_string("1.0"), NGX_HTTP_VERSION_10 },
821 r->keepalive = (r->http_version > NGX_HTTP_VERSION_10); in ngx_http_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_range_filter_module.c155 if (r->http_version < NGX_HTTP_VERSION_10 in ngx_http_range_header_filter()
H A Dngx_http_proxy_module.c250 { ngx_string("1.0"), NGX_HTTP_VERSION_10 },
3317 NGX_HTTP_VERSION_10); in ngx_http_proxy_merge_loc_conf()