Welcome! Log In Create A New Profile

Advanced

[nginx] Map: simplified "map" block parser.

December 08, 2016 01:48PM
details: http://hg.nginx.org/nginx/rev/014905eb7b3d
branches:
changeset: 6831:014905eb7b3d
user: Ruslan Ermilov <ru@nginx.com>
date: Thu Dec 08 17:29:01 2016 +0300
description:
Map: simplified "map" block parser.

No functional changes.

diffstat:

src/http/modules/ngx_http_map_module.c | 3 ++-
src/stream/ngx_stream_map_module.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 6eed5ed31e22 -r 014905eb7b3d src/http/modules/ngx_http_map_module.c
--- a/src/http/modules/ngx_http_map_module.c Thu Dec 08 17:22:07 2016 +0300
+++ b/src/http/modules/ngx_http_map_module.c Thu Dec 08 17:29:01 2016 +0300
@@ -393,8 +393,9 @@ ngx_http_map(ngx_conf_t *cf, ngx_command
{
ctx->hostnames = 1;
return NGX_CONF_OK;
+ }

- } else if (cf->args->nelts != 2) {
+ if (cf->args->nelts != 2) {
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
"invalid number of the map parameters");
return NGX_CONF_ERROR;
diff -r 6eed5ed31e22 -r 014905eb7b3d src/stream/ngx_stream_map_module.c
--- a/src/stream/ngx_stream_map_module.c Thu Dec 08 17:22:07 2016 +0300
+++ b/src/stream/ngx_stream_map_module.c Thu Dec 08 17:29:01 2016 +0300
@@ -392,8 +392,9 @@ ngx_stream_map(ngx_conf_t *cf, ngx_comma
{
ctx->hostnames = 1;
return NGX_CONF_OK;
+ }

- } else if (cf->args->nelts != 2) {
+ if (cf->args->nelts != 2) {
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
"invalid number of the map parameters");
return NGX_CONF_ERROR;
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Map: simplified "map" block parser.

ru@nginx.com 1030 December 08, 2016 01:48PM



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

Online Users

Guests: 174
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