comparison src/http/modules/ngx_http_gzip_filter.c @ 289:0750faf8d7e3

nginx-0.0.2-2004-03-15-18:26:11 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Mar 2004 15:26:11 +0000
parents 30310107dbc9
children 87e73f067470
comparison
equal deleted inserted replaced
288:f81d075ad172 289:0750faf8d7e3
559 559
560 560
561 static char *ngx_http_gzip_log_ratio(ngx_http_request_t *r, char *buf, 561 static char *ngx_http_gzip_log_ratio(ngx_http_request_t *r, char *buf,
562 uintptr_t data) 562 uintptr_t data)
563 { 563 {
564 int zint, zfrac; 564 u_int zint, zfrac;
565 ngx_http_gzip_ctx_t *ctx; 565 ngx_http_gzip_ctx_t *ctx;
566 566
567 ctx = ngx_http_get_module_ctx(r, ngx_http_gzip_filter_module); 567 ctx = ngx_http_get_module_ctx(r, ngx_http_gzip_filter_module);
568 568
569 if (ctx == NULL || ctx->zout == 0) { 569 if (ctx == NULL || ctx->zout == 0) {