| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.h | 83 ngx_msec_t send_timeout; member
|
| H A D | ngx_event_pipe.c | 89 ngx_add_timer(wev, p->send_timeout); in ngx_event_pipe()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 88 offsetof(ngx_http_memcached_loc_conf_t, upstream.send_timeout), 608 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf() 654 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_memcached_merge_loc_conf() 655 prev->upstream.send_timeout, 60000); in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 164 offsetof(ngx_http_scgi_loc_conf_t, upstream.send_timeout), 1213 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf() 1315 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_scgi_merge_loc_conf() 1316 prev->upstream.send_timeout, 60000); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 225 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.send_timeout), 1426 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf() 1536 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_uwsgi_merge_loc_conf() 1537 prev->upstream.send_timeout, 60000); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 307 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.send_timeout), 2734 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf() 2841 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_fastcgi_merge_loc_conf() 2842 prev->upstream.send_timeout, 60000); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 272 offsetof(ngx_http_grpc_loc_conf_t, upstream.send_timeout), 4178 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf() 4240 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_grpc_merge_loc_conf() 4241 prev->upstream.send_timeout, 60000); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 349 offsetof(ngx_http_proxy_loc_conf_t, upstream.send_timeout), 2866 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf() 2994 ngx_conf_merge_msec_value(conf->upstream.send_timeout, in ngx_http_proxy_merge_loc_conf() 2995 prev->upstream.send_timeout, 60000); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 153 ngx_msec_t send_timeout; member
|
| H A D | ngx_http_core_module.h | 364 ngx_msec_t send_timeout; /* send_timeout */ member
|
| H A D | ngx_http_upstream.c | 2035 ngx_add_timer(c->write, u->conf->send_timeout); in ngx_http_upstream_send_request() 3227 p->send_timeout = clcf->send_timeout; in ngx_http_upstream_send_response() 3471 ngx_add_timer(upstream->write, u->conf->send_timeout); in ngx_http_upstream_process_upgraded() 3502 ngx_add_timer(downstream->write, clcf->send_timeout); in ngx_http_upstream_process_upgraded() 3665 ngx_add_timer(downstream->write, clcf->send_timeout); in ngx_http_upstream_process_non_buffered_request()
|
| H A D | ngx_http_request.c | 2759 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_set_write_handler() 2801 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_writer() 2825 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_writer()
|
| H A D | ngx_http_core_module.c | 471 offsetof(ngx_http_core_loc_conf_t, send_timeout), 3436 clcf->send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf() 3665 ngx_conf_merge_msec_value(conf->send_timeout, prev->send_timeout, 60000); in ngx_http_core_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 2905 клиентами могли быть закрыты по истечению send_timeout. 6127 заданному директивой send_timeout; ошибка появилась в 0.4.7. 7942 *) Исправление: если бэкенд долго не передавал ответ и send_timeout был
|
| H A D | CHANGES | 2848 send_timeout if file AIO was used. 7804 the "send_timeout" was less than "proxy_read_timeout", then nginx
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 591 ngx_add_timer(wev, clcf->send_timeout); in ngx_http_v2_send_output_queue()
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 560 syn keyword ngxDirective contained send_timeout
|