diff options
Diffstat (limited to 'src/http')
-rw-r--r-- | src/http/modules/ngx_http_limit_req_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_limit_req_module.c b/src/http/modules/ngx_http_limit_req_module.c index 94b6eba06..16fe6221e 100644 --- a/src/http/modules/ngx_http_limit_req_module.c +++ b/src/http/modules/ngx_http_limit_req_module.c @@ -513,7 +513,7 @@ ngx_http_limit_req_create_conf(ngx_conf_t *cf) * set by ngx_pcalloc(): * * conf->shm_zone = NULL; - * conf->burst = 0.0; + * conf->burst = 0; * conf->nodelay = 0; */ |