comparison src/http/modules/ngx_http_gzip_filter.c @ 370:54f76b0b8dca

nginx-0.0.7-2004-06-27-22:01:57 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 27 Jun 2004 18:01:57 +0000
parents 2e3cbc1bbe3c
children 199cd29f35a3
comparison
equal deleted inserted replaced
369:9c2515d70489 370:54f76b0b8dca
349 if (date == NGX_ERROR) { 349 if (date == NGX_ERROR) {
350 return NGX_DECLINED; 350 return NGX_DECLINED;
351 } 351 }
352 352
353 } else { 353 } else {
354 date = ngx_cached_time; 354 date = ngx_time();
355 } 355 }
356 356
357 if (expires < date) { 357 if (expires < date) {
358 return NGX_OK; 358 return NGX_OK;
359 } 359 }