comparison src/http/modules/ngx_http_sub_filter_module.c @ 5284:eaa9c732a1b9

Sub filter: stale comments removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 25 Jul 2013 14:54:43 +0400
parents 4c1a604b0285
children d47ef93134e5
comparison
equal deleted inserted replaced
5283:6d73e0dc4f64 5284:eaa9c732a1b9
675 675
676 /* 676 /*
677 * set by ngx_pcalloc(): 677 * set by ngx_pcalloc():
678 * 678 *
679 * conf->match = { 0, NULL }; 679 * conf->match = { 0, NULL };
680 * conf->sub = { 0, NULL };
681 * conf->sub_lengths = NULL;
682 * conf->sub_values = NULL;
683 * conf->types = { NULL }; 680 * conf->types = { NULL };
684 * conf->types_keys = NULL; 681 * conf->types_keys = NULL;
685 */ 682 */
686 683
687 slcf->once = NGX_CONF_UNSET; 684 slcf->once = NGX_CONF_UNSET;