Home
last modified time | relevance | path

Searched refs:send_timeout (Results 1 – 17 of 17) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h83 ngx_msec_t send_timeout; member
H A Dngx_event_pipe.c89 ngx_add_timer(wev, p->send_timeout); in ngx_event_pipe()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c88 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 Dngx_http_scgi_module.c164 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 Dngx_http_uwsgi_module.c225 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 Dngx_http_fastcgi_module.c307 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 Dngx_http_grpc_module.c272 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 Dngx_http_proxy_module.c349 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 Dngx_http_upstream.h153 ngx_msec_t send_timeout; member
H A Dngx_http_core_module.h364 ngx_msec_t send_timeout; /* send_timeout */ member
H A Dngx_http_upstream.c2035 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 Dngx_http_request.c2759 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 Dngx_http_core_module.c471 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 DCHANGES.ru2905 клиентами могли быть закрыты по истечению send_timeout.
6127 заданному директивой send_timeout; ошибка появилась в 0.4.7.
7942 *) Исправление: если бэкенд долго не передавал ответ и send_timeout был
H A DCHANGES2848 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 Dngx_http_v2.c591 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 Dnginx.vim560 syn keyword ngxDirective contained send_timeout