Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h414 ngx_str_t http_protocol; member
H A Dngx_http_parse.c477 r->http_protocol.data = p; in ngx_http_parse_request_line()
619 r->http_protocol.data = p; in ngx_http_parse_request_line()
673 r->http_protocol.data = p; in ngx_http_parse_request_line()
H A Dngx_http_request.c1087 if (r->http_protocol.data) { in ngx_http_process_request_line()
1088 r->http_protocol.len = r->request_end - r->http_protocol.data; in ngx_http_process_request_line()
1694 if (r->http_protocol.data) { in ngx_http_alloc_large_header_buffer()
1695 r->http_protocol.data = new + (r->http_protocol.data - old); in ngx_http_alloc_large_header_buffer()
H A Dngx_http_core_module.c2329 sr->http_protocol = r->http_protocol; in ngx_http_subrequest()
H A Dngx_http_variables.c212 offsetof(ngx_http_request_t, http_protocol), 0, 0 },
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3081 ngx_str_set(&r->http_protocol, "HTTP/2.0"); in ngx_http_v2_create_stream()