Searched refs:tcp_nopush (Results 1 – 14 of 14) sorted by relevance
55 int tcp_nopush; in ngx_tcp_nopush() local57 tcp_nopush = 1; in ngx_tcp_nopush()60 (const void *) &tcp_nopush, sizeof(int)); in ngx_tcp_nopush()67 int tcp_nopush; in ngx_tcp_push() local69 tcp_nopush = 0; in ngx_tcp_push()72 (const void *) &tcp_nopush, sizeof(int)); in ngx_tcp_push()
136 && c->tcp_nopush == NGX_TCP_NOPUSH_UNSET) in ngx_freebsd_sendfile_chain()154 c->tcp_nopush = NGX_TCP_NOPUSH_SET; in ngx_freebsd_sendfile_chain()
94 if (c->tcp_nopush == NGX_TCP_NOPUSH_UNSET in ngx_linux_sendfile_chain()149 c->tcp_nopush = NGX_TCP_NOPUSH_SET; in ngx_linux_sendfile_chain()
189 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */ member
181 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
220 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
388 ngx_flag_t tcp_nopush; /* tcp_nopush */ member
457 offsetof(ngx_http_core_loc_conf_t, tcp_nopush),1288 if (!clcf->tcp_nopush) { in ngx_http_update_location_config()1290 r->connection->tcp_nopush = NGX_TCP_NOPUSH_DISABLED; in ngx_http_update_location_config()3434 clcf->tcp_nopush = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()3662 ngx_conf_merge_value(conf->tcp_nopush, prev->tcp_nopush, 0); in ngx_http_core_merge_loc_conf()
1572 if (r->connection->tcp_nopush == NGX_TCP_NOPUSH_DISABLED) { in ngx_http_upstream_connect()1573 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED; in ngx_http_upstream_connect()2047 if (c->write->ready && c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_upstream_send_request()2056 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_upstream_send_request()2068 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_upstream_send_request()2077 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_upstream_send_request()
3178 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_set_keepalive()3185 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_set_keepalive()
226 *) Исправление: директива tcp_nopush всегда использовалась для8285 *) Изменение: под FreeBSD директивы tcp_nopush и tcp_nodelay вместе
219 *) Bugfix: the "tcp_nopush" directive was always used on backend8147 *) Change: both tcp_nopush and tcp_nodelay directives affect the
549 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_v2_send_output_queue()555 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_v2_send_output_queue()
624 syn keyword ngxDirective contained tcp_nopush