Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4400 - trunk/src/http/modules

Anonymous User
January 11, 2012 06:10AM
Author: mdounin
Date: 2012-01-11 11:09:05 +0000 (Wed, 11 Jan 2012)
New Revision: 4400

Log:
Fixed limit_req burst/nodelay inheritance (ticket #76).

The problems was introduced in r4381 (1.1.12).


Modified:
trunk/src/http/modules/ngx_http_limit_req_module.c

Modified: trunk/src/http/modules/ngx_http_limit_req_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_limit_req_module.c 2012-01-10 15:09:45 UTC (rev 4399)
+++ trunk/src/http/modules/ngx_http_limit_req_module.c 2012-01-11 11:09:05 UTC (rev 4400)
@@ -570,6 +570,8 @@

if (conf->shm_zone == NULL) {
conf->shm_zone = prev->shm_zone;
+ conf->burst = prev->burst;
+ conf->nodelay = prev->nodelay;
}

ngx_conf_merge_uint_value(conf->limit_log_level, prev->limit_log_level,

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

[nginx] svn commit: r4400 - trunk/src/http/modules

Anonymous User 1155 January 11, 2012 06:10AM



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

Online Users

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