comparison src/http/ngx_http_core_module.c @ 86:3973260705cc

nginx-0.0.1-2003-05-12-19:52:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 May 2003 15:52:24 +0000
parents fab4cb00fe5b
children 5f6d848dcbef
comparison
equal deleted inserted replaced
85:3549c2bf9eaf 86:3973260705cc
566 if (c->write->timer_set) { 566 if (c->write->timer_set) {
567 ngx_del_timer(c->write); 567 ngx_del_timer(c->write);
568 c->write->timer_set = 0; 568 c->write->timer_set = 0;
569 } 569 }
570 570
571 ngx_log_debug(c->log, "http closed"); 571 ngx_log_debug(c->log, "http request closed");
572 572
573 return NGX_ERROR; /* to close connection */ 573 return 0;
574 } 574 }
575 575
576 576
577 int ngx_http_internal_redirect(ngx_http_request_t *r, ngx_str_t uri) 577 int ngx_http_internal_redirect(ngx_http_request_t *r, ngx_str_t uri)
578 { 578 {