Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h442 off_t request_length; member
H A Dngx_http_request_body.c106 r->request_length += preread - (r->header_in->last - r->header_in->pos); in ngx_http_read_client_request_body()
356 r->request_length += n; in ngx_http_do_read_client_request_body()
H A Dngx_http_request.c1079 r->request_length = r->header_in->pos - r->request_start; in ngx_http_process_request_line()
1405 r->request_length += r->header_in->pos - r->header_name_start; in ngx_http_process_request_headers()
1470 r->request_length += r->header_in->pos - r->header_name_start; in ngx_http_process_request_headers()
H A Dngx_http_variables.c2108 v->len = ngx_sprintf(p, "%O", r->request_length) - p; in ngx_http_variable_request_length()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1052 *) Исправление: при использовании HTTP/2 переменная $request_length не
2204 *) Добавление: переменные $pipe, $request_length, $time_iso8601 и
7332 $uri, $request_time, $request_length, $upstream_status,
8264 *) Исправление: параметр лога %request_length записывал неверную длину.
8269 *) Добавление: параметр лога %request_length.
H A DCHANGES1037 *) Bugfix: the $request_length variable did not include size of request
2156 *) Feature: the $pipe, $request_length, $time_iso8601, and $time_local
7204 $request_time, $request_length, $upstream_status,
8126 *) Bugfix: the %request_length log parameter logged the incorrect
8132 *) Feature: the %request_length log parameter.
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1165 stream->request->request_length = h2c->state.length; in ngx_http_v2_state_headers()
1785 h2c->state.stream->request->request_length += len; in ngx_http_v2_handle_continuation()
4076 r->request_length += buf->last - buf->pos; in ngx_http_v2_filter_request_body()
H A Dngx_http_v2_filter_module.c1070 stream->request->request_length = pos - start; in ngx_http_v2_push_resource()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c911 return ngx_sprintf(buf, "%O", r->request_length); in ngx_http_log_request_length()