Searched refs:ngx_http_proxy_version (Results 1 – 1 of 1) sorted by relevance
777 static char ngx_http_proxy_version[] = " HTTP/1.0" CRLF; variable1220 len = method.len + 1 + sizeof(ngx_http_proxy_version) - 1 in ngx_http_proxy_create_request()1386 b->last = ngx_cpymem(b->last, ngx_http_proxy_version, in ngx_http_proxy_create_request()1387 sizeof(ngx_http_proxy_version) - 1); in ngx_http_proxy_create_request()