post_action       644 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, post_action),
post_action      3196 http/ngx_http_core_module.c     if (conf->post_action.data == NULL) {
post_action      3197 http/ngx_http_core_module.c         conf->post_action = prev->post_action;
post_action       324 http/ngx_http_core_module.h     ngx_str_t     post_action;
post_action      2032 http/ngx_http_request.c     if (!r->post_action) {
post_action      2847 http/ngx_http_request.c         if (r == r->main && !r->post_action) {
post_action      2874 http/ngx_http_request.c     if (clcf->post_action.data == NULL) {
post_action      2879 http/ngx_http_request.c                    "post action: \"%V\"", &clcf->post_action);
post_action      2885 http/ngx_http_request.c     r->post_action = 1;
post_action      2889 http/ngx_http_request.c     if (clcf->post_action.data[0] == '/') {
post_action      2890 http/ngx_http_request.c         ngx_http_internal_redirect(r, &clcf->post_action, NULL);
post_action      2893 http/ngx_http_request.c         ngx_http_named_location(r, &clcf->post_action);
post_action       502 http/ngx_http_request.h     unsigned                          post_action:1;
post_action       479 http/ngx_http_upstream.c     if (!u->store && !r->post_action && !u->conf->ignore_client_abort) {
post_action      2013 http/ngx_http_upstream.c     if (rc == NGX_ERROR || rc > NGX_OK || r->post_action) {