Welcome! Log In Create A New Profile

Advanced

[nginx] Limit req: fixed error message wording.

Maxim Dounin
November 21, 2018 12:20PM
details: http://hg.nginx.org/nginx/rev/bca4dad0d3cb
branches:
changeset: 7398:bca4dad0d3cb
user: Maxim Dounin <mdounin@mdounin.ru>
date: Wed Nov 21 18:56:44 2018 +0300
description:
Limit req: fixed error message wording.

diffstat:

src/http/modules/ngx_http_limit_req_module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c
--- a/src/http/modules/ngx_http_limit_req_module.c
+++ b/src/http/modules/ngx_http_limit_req_module.c
@@ -908,7 +908,7 @@ ngx_http_limit_req(ngx_conf_t *cf, ngx_c
burst = ngx_atoi(value[i].data + 6, value[i].len - 6);
if (burst <= 0) {
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
- "invalid burst rate \"%V\"", &value[i]);
+ "invalid burst value \"%V\"", &value[i]);
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] Limit req: fixed error message wording.

Maxim Dounin 280 November 21, 2018 12:20PM



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

Online Users

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