diff options
author | Vladimir Homutov <vl@nginx.com> | 2015-08-12 12:56:59 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2015-08-12 12:56:59 +0300 |
commit | 75dcdc226982fbff7030c00a40a8915e275ddb81 (patch) | |
tree | 4626b65787bd1fc40adc8404e33d4c1a21e47114 /src/stream/ngx_stream_proxy_module.c | |
parent | b537def75ef942346122e1f182104851f5e039a0 (diff) | |
download | nginx-75dcdc226982fbff7030c00a40a8915e275ddb81.tar.gz nginx-75dcdc226982fbff7030c00a40a8915e275ddb81.zip |
Style.
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
-rw-r--r-- | src/stream/ngx_stream_proxy_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |