Welcome! Log In Create A New Profile

Advanced

[nginx] Stream: style.

Vladimir Homutov
July 12, 2016 10:40AM
details: http://hg.nginx.org/nginx/rev/8ed51b02f655
branches:
changeset: 6629:8ed51b02f655
user: Vladimir Homutov <vl@nginx.com>
date: Tue Jul 12 17:34:40 2016 +0300
description:
Stream: style.

diffstat:

src/stream/ngx_stream_limit_conn_module.c | 2 +-
src/stream/ngx_stream_map_module.c | 2 +-
src/stream/ngx_stream_return_module.c | 2 +-
src/stream/ngx_stream_upstream.c | 2 +-
src/stream/ngx_stream_upstream_hash_module.c | 2 +-
src/stream/ngx_stream_upstream_least_conn_module.c | 2 +-
src/stream/ngx_stream_upstream_zone_module.c | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)

diffs (84 lines):

diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_limit_conn_module.c
--- a/src/stream/ngx_stream_limit_conn_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_limit_conn_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -101,7 +101,7 @@ static ngx_stream_module_t ngx_stream_l
NULL, /* init main configuration */

ngx_stream_limit_conn_create_conf, /* create server configuration */
- ngx_stream_limit_conn_merge_conf, /* merge server configuration */
+ ngx_stream_limit_conn_merge_conf /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_map_module.c
--- a/src/stream/ngx_stream_map_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_map_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -81,7 +81,7 @@ static ngx_stream_module_t ngx_stream_m
NULL, /* init main configuration */

NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_return_module.c
--- a/src/stream/ngx_stream_return_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_return_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -48,7 +48,7 @@ static ngx_stream_module_t ngx_stream_r
NULL, /* init main configuration */

ngx_stream_return_create_srv_conf, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_upstream.c
--- a/src/stream/ngx_stream_upstream.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_upstream.c Tue Jul 12 17:34:40 2016 +0300
@@ -46,7 +46,7 @@ static ngx_stream_module_t ngx_stream_u
ngx_stream_upstream_init_main_conf, /* init main configuration */

NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_upstream_hash_module.c
--- a/src/stream/ngx_stream_upstream_hash_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_upstream_hash_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -84,7 +84,7 @@ static ngx_stream_module_t ngx_stream_u
NULL, /* init main configuration */

ngx_stream_upstream_hash_create_conf, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_upstream_least_conn_module.c
--- a/src/stream/ngx_stream_upstream_least_conn_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_upstream_least_conn_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -39,7 +39,7 @@ static ngx_stream_module_t ngx_stream_u
NULL, /* init main configuration */

NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};


diff -r 7cbc6bc63228 -r 8ed51b02f655 src/stream/ngx_stream_upstream_zone_module.c
--- a/src/stream/ngx_stream_upstream_zone_module.c Tue Jul 12 12:38:01 2016 +0300
+++ b/src/stream/ngx_stream_upstream_zone_module.c Tue Jul 12 17:34:40 2016 +0300
@@ -39,7 +39,7 @@ static ngx_stream_module_t ngx_stream_u
NULL, /* init main configuration */

NULL, /* create server configuration */
- NULL, /* merge server configuration */
+ NULL /* merge server configuration */
};



_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Stream: style.

Vladimir Homutov 301 July 12, 2016 10:40AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 263
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready