Searched refs:http_version (Results 1 – 15 of 15) sorted by relevance
67 ngx_uint_t http_version; member
405 ngx_uint_t http_version; member
834 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()
182 if (r->http_version < NGX_HTTP_VERSION_10) { in ngx_http_header_filter()
691 && r->http_version >= NGX_HTTP_VERSION_10 in ngx_http_send_special_response()
620 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()
808 || r->http_version < NGX_HTTP_VERSION_11 in ngx_http_test_expect()
821 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()
1781 } else if (r->http_version == NGX_HTTP_VERSION_9) { in ngx_http_variable_status()
1045 r->http_version = NGX_HTTP_VERSION_9; in ngx_http_upstream_cache_send()
79 if (r->http_version >= NGX_HTTP_VERSION_11 in ngx_http_chunked_header_filter()
88 ngx_uint_t http_version; member640 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()
155 if (r->http_version < NGX_HTTP_VERSION_10 in ngx_http_range_header_filter()
865 } else if (r->http_version == NGX_HTTP_VERSION_9) { in ngx_http_log_status()
3083 r->http_version = NGX_HTTP_VERSION_20; in ngx_http_v2_create_stream()