# HG changeset patch # User Vladimir Homutov # Date 1439373419 -10800 # Node ID 1bd5eb20bd7c25f6cff96190d3ec048e3f3ebeec # Parent 7565e056fad6b4a71c140269bceb271b2da0036f Style. diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c @@ -478,7 +478,7 @@ ngx_stream_proxy_connect(ngx_stream_sess static void ngx_stream_proxy_init_upstream(ngx_stream_session_t *s) { - int tcp_nodelay; + int tcp_nodelay; u_char *p; ngx_connection_t *c, *pc; ngx_log_handler_pt handler;