Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h180 ngx_flag_t ignore_client_abort; member
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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c136 offsetof(ngx_http_scgi_loc_conf_t, upstream.ignore_client_abort),
1206 conf->upstream.ignore_client_abort = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1300 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_scgi_merge_loc_conf()
1301 prev->upstream.ignore_client_abort, 0); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c197 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ignore_client_abort),
1419 conf->upstream.ignore_client_abort = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1521 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_uwsgi_merge_loc_conf()
1522 prev->upstream.ignore_client_abort, 0); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c617 conf->upstream.ignore_client_abort = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c279 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.ignore_client_abort),
2727 conf->upstream.ignore_client_abort = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2826 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_fastcgi_merge_loc_conf()
2827 prev->upstream.ignore_client_abort, 0); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c321 offsetof(ngx_http_proxy_loc_conf_t, upstream.ignore_client_abort),
2859 conf->upstream.ignore_client_abort = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2979 ngx_conf_merge_value(conf->upstream.ignore_client_abort, in ngx_http_proxy_merge_loc_conf()
2980 prev->upstream.ignore_client_abort, 0); in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c4200 conf->upstream.ignore_client_abort = 0; in ngx_http_grpc_create_loc_conf()