Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h67 ngx_uint_t http_version; member
H A Dngx_http_request.h405 ngx_uint_t http_version; member
H A Dngx_http_parse.c834 r->http_version = r->http_major * 1000 + r->http_minor; in ngx_http_parse_request_line()
837 if (r->http_version == 9 && r->method != NGX_HTTP_GET) { in ngx_http_parse_request_line()
1815 status->http_version = r->http_major * 1000 + r->http_minor; in ngx_http_parse_status_line()
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()
3521 r->http_version = NGX_HTTP_VERSION_9; in ngx_http_post_action()
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.c821 r->keepalive = (r->http_version > NGX_HTTP_VERSION_10); in ngx_http_handler()
1982 if (r->http_version < clcf->gzip_http_version) { in ngx_http_gzip_ok()
2311 sr->http_version = r->http_version; in ngx_http_subrequest()
H A Dngx_http_variables.c1781 } else if (r->http_version == NGX_HTTP_VERSION_9) { in ngx_http_variable_status()
H A Dngx_http_upstream.c1045 r->http_version = NGX_HTTP_VERSION_9; in ngx_http_upstream_cache_send()
/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.c88 ngx_uint_t http_version; member
640 offsetof(ngx_http_proxy_loc_conf_t, http_version),
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()
1762 r->http_version = NGX_HTTP_VERSION_9; in ngx_http_proxy_process_status_line()
1777 r->http_version = NGX_HTTP_VERSION_9; in ngx_http_proxy_process_status_line()
1804 if (ctx->status.http_version < NGX_HTTP_VERSION_11) { in ngx_http_proxy_process_status_line()
2918 conf->http_version = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf()
3316 ngx_conf_merge_uint_value(conf->http_version, prev->http_version, in ngx_http_proxy_merge_loc_conf()
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_log_module.c865 } else if (r->http_version == NGX_HTTP_VERSION_9) { in ngx_http_log_status()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3083 r->http_version = NGX_HTTP_VERSION_20; in ngx_http_v2_create_stream()