comparison src/core/nginx.c @ 144:ef8c87afcfc5

nginx-0.0.1-2003-10-12-20:49:16 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Oct 2003 16:49:16 +0000
parents cd54bcbaf3b5
children 3c49eaf3f522
comparison
equal deleted inserted replaced
143:5526213be452 144:ef8c87afcfc5
686 if (live) { 686 if (live) {
687 ngx_log_debug(ngx_cycle->log, "TIMER"); 687 ngx_log_debug(ngx_cycle->log, "TIMER");
688 ngx_add_timer(ev, 30000); 688 ngx_add_timer(ev, 30000);
689 689
690 } else { 690 } else {
691 ngx_cleaner_event.timer_set = 0;
692 ngx_destroy_pool(ngx_temp_pool); 691 ngx_destroy_pool(ngx_temp_pool);
693 ngx_temp_pool = NULL; 692 ngx_temp_pool = NULL;
694 ngx_old_cycles.nelts = 0; 693 ngx_old_cycles.nelts = 0;
695 } 694 }
696 } 695 }