[nginx] Style.
Vladimir Homutov
vl at nginx.com
Wed Aug 12 09:58:15 UTC 2015
details: http://hg.nginx.org/nginx/rev/1bd5eb20bd7c
branches:
changeset: 6222:1bd5eb20bd7c
user: Vladimir Homutov <vl at nginx.com>
date: Wed Aug 12 12:56:59 2015 +0300
description:
Style.
diffstat:
src/stream/ngx_stream_proxy_module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7565e056fad6 -r 1bd5eb20bd7c src/stream/ngx_stream_proxy_module.c
--- a/src/stream/ngx_stream_proxy_module.c Mon Aug 10 12:14:41 2015 +0300
+++ b/src/stream/ngx_stream_proxy_module.c Wed Aug 12 12:56:59 2015 +0300
@@ -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;
More information about the nginx-devel
mailing list