comparison src/event/ngx_event_proxy.c @ 83:a7e45c45a95c

nginx-0.0.1-2003-04-28-19:06:39 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 28 Apr 2003 15:06:39 +0000
parents eacfdd1c31b9
children 29bf798b583f
comparison
equal deleted inserted replaced
82:fccdb921e8b8 83:a7e45c45a95c
598 598
599 ngx_log_debug(p->log, "write to file"); 599 ngx_log_debug(p->log, "write to file");
600 600
601 if (p->temp_file->fd == NGX_INVALID_FILE) { 601 if (p->temp_file->fd == NGX_INVALID_FILE) {
602 rc = ngx_create_temp_file(p->temp_file, p->temp_path, p->pool, 602 rc = ngx_create_temp_file(p->temp_file, p->temp_path, p->pool,
603 p->number, p->random, p->cachable); 603 p->cachable);
604 604
605 if (rc == NGX_ERROR) { 605 if (rc == NGX_ERROR) {
606 p->fatal_error = 1; 606 p->fatal_error = 1;
607 return NGX_ERROR; 607 return NGX_ERROR;
608 } 608 }