comparison src/http/modules/ngx_http_limit_req_module.c @ 2375:95004b25476c

update comment
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2008 14:15:19 +0000
parents 7b11f9a1bfe1
children 29d89920a749
comparison
equal deleted inserted replaced
2374:7b11f9a1bfe1 2375:95004b25476c
511 511
512 /* 512 /*
513 * set by ngx_pcalloc(): 513 * set by ngx_pcalloc():
514 * 514 *
515 * conf->shm_zone = NULL; 515 * conf->shm_zone = NULL;
516 * conf->burst = 0.0; 516 * conf->burst = 0;
517 * conf->nodelay = 0; 517 * conf->nodelay = 0;
518 */ 518 */
519 519
520 return conf; 520 return conf;
521 } 521 }