Searched refs:http_protocol (Results 1 – 6 of 6) sorted by relevance
414 ngx_str_t http_protocol; member
477 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()
1087 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()
2329 sr->http_protocol = r->http_protocol; in ngx_http_subrequest()
212 offsetof(ngx_http_request_t, http_protocol), 0, 0 },
3081 ngx_str_set(&r->http_protocol, "HTTP/2.0"); in ngx_http_v2_create_stream()