err_status        557 http/modules/ngx_http_log_module.c     if (r->err_status) {
err_status        558 http/modules/ngx_http_log_module.c         status = r->err_status;
err_status        174 http/modules/ngx_http_rewrite_module.c     if (r->err_status == 0) {
err_status        178 http/modules/ngx_http_rewrite_module.c     return r->err_status;
err_status       1831 http/ngx_http_core_module.c     if (r->err_status) {
err_status       1832 http/ngx_http_core_module.c         r->headers_out.status = r->err_status;
err_status        419 http/ngx_http_request.h     ngx_uint_t                        err_status;
err_status        363 http/ngx_http_special_response.c     r->err_status = error;
err_status        455 http/ngx_http_special_response.c                 r->err_status = NGX_HTTP_BAD_REQUEST;
err_status        539 http/ngx_http_special_response.c         r->err_status = overwrite;
err_status        576 http/ngx_http_special_response.c         r->err_status = overwrite;
err_status        579 http/ngx_http_special_response.c         r->err_status = NGX_HTTP_MOVED_TEMPORARILY;
err_status        594 http/ngx_http_special_response.c     return ngx_http_send_special_response(r, clcf, r->err_status
err_status        729 http/ngx_http_special_response.c     r->err_status = NGX_HTTP_OK;