comparison src/http/modules/ngx_http_gzip_filter.c @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents 6468241715e6
children 0750faf8d7e3
comparison
equal deleted inserted replaced
281:014292b55158 282:30310107dbc9
547 } 547 }
548 548
549 549
550 static void ngx_http_gzip_filter_free(void *opaque, void *address) 550 static void ngx_http_gzip_filter_free(void *opaque, void *address)
551 { 551 {
552 #if 0
552 ngx_http_gzip_ctx_t *ctx = opaque; 553 ngx_http_gzip_ctx_t *ctx = opaque;
553 554
554 #if 0
555 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0, 555 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, ctx->request->connection->log, 0,
556 "gzip free: %X", address); 556 "gzip free: %X", address);
557 #endif 557 #endif
558 } 558 }
559 559