Searched refs:ignore_client_abort (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 180 ngx_flag_t ignore_client_abort; member
|
| H A D | ngx_http_upstream.c | 616 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 D | ngx_http_scgi_module.c | 136 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 D | ngx_http_uwsgi_module.c | 197 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 D | ngx_http_memcached_module.c | 617 conf->upstream.ignore_client_abort = 0; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 279 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 D | ngx_http_proxy_module.c | 321 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 D | ngx_http_grpc_module.c | 4200 conf->upstream.ignore_client_abort = 0; in ngx_http_grpc_create_loc_conf()
|