Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c2590 if (!r->post_action) { in ngx_http_finalize_request()
3481 if (r == r->main && !r->post_action) { in ngx_http_send_special()
3508 if (clcf->post_action.data == NULL) { in ngx_http_post_action()
3512 if (r->post_action && r->uri_changes == 0) { in ngx_http_post_action()
3517 "post action: \"%V\"", &clcf->post_action); in ngx_http_post_action()
3523 r->post_action = 1; in ngx_http_post_action()
3527 if (clcf->post_action.data[0] == '/') { in ngx_http_post_action()
3528 ngx_http_internal_redirect(r, &clcf->post_action, NULL); in ngx_http_post_action()
3531 ngx_http_named_location(r, &clcf->post_action); in ngx_http_post_action()
H A Dngx_http_request.h533 unsigned post_action:1; member
H A Dngx_http_core_module.h340 ngx_str_t post_action; member
H A Dngx_http_core_module.c671 offsetof(ngx_http_core_loc_conf_t, post_action),
1749 if (r->post_action) { in ngx_http_send_header()
3528 if (conf->post_action.data == NULL) { in ngx_http_core_merge_loc_conf()
3529 conf->post_action = prev->post_action; in ngx_http_core_merge_loc_conf()
H A Dngx_http_upstream.c616 if (!u->store && !r->post_action && !u->conf->ignore_client_abort) { in ngx_http_upstream_init_request()
2217 if (!u->store && !r->post_action && !u->conf->ignore_client_abort) { in ngx_http_upstream_send_request_body()
2913 if (rc == NGX_ERROR || rc > NGX_OK || r->post_action) { in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1492 *) Исправление: при использовании директивы post_action в лог писались
4002 *) Исправление: ошибки при использовании post_action; ошибка появилась в
5254 *) Добавление: директива post_action поддерживает именованные
5387 *) Исправление: директива post_action не работала, если запрос
6231 *) Исправление: директива post_action могла не работать после неудачного
6940 *) Исправление: в директиве post_action.
6996 *) Исправление: если в директиве post_action был указан проксируемый
7013 *) Исправление: директива post_action работала только после успешного
7017 post_action, передавалось клиенту.
7063 *) Исправление: ответ, создаваемый директивой post_action, теперь не
[all …]
H A DCHANGES1463 "post_action" directive was used; the bug had appeared in 1.5.4.
3928 *) Bugfix: in "post_action" directive usage; the bug had appeared in
5150 *) Feature: the "post_action" directive supports named locations.
5275 *) Bugfix: a "post_action" directive did run if a request was completed
6107 *) Bugfix: the "post_action" directive might not run after a
6808 *) Bugfix: in the "post_action" directive.
6864 *) Bugfix: if the proxied URI was specified in the "post_action"
6883 *) Bugfix: the "post_action" directive ran only after a successful
6886 *) Bugfix: the proxied response body generated by the "post_action"
6934 *) Bugfix: now a response generated by the "post_action" directive is
[all …]
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim109 syn keyword ngxDirectiveError contained post_action