Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_proxy_module.c1172 size_t len, uri_len, loc_len, body_len, in ngx_http_proxy_create_request() local
1264 body_len = 0; in ngx_http_proxy_create_request()
1268 body_len += lcode(&le); in ngx_http_proxy_create_request()
1271 ctx->internal_body_length = body_len; in ngx_http_proxy_create_request()
1272 len += body_len; in ngx_http_proxy_create_request()