From: Vladimir Homutov Date: Wed, 12 Aug 2015 09:56:59 +0000 (+0300) Subject: Style. X-Git-Tag: release-1.9.4~12 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=75dcdc226982fbff7030c00a40a8915e275ddb81;p=nginx.git Style. --- diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c index 852925cbd..1c7877cfd 100644 --- 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_session_t *s) 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;