# HG changeset patch # User Igor Sysoev # Date 1081489541 0 # Node ID 7a0dbd779c6d4f0d9f6afc292cf29919b1c61e69 # Parent ce375c313e961780a45f207f208448c960808d5e nginx-0.0.3-2004-04-09-09:45:41 import diff --git a/src/http/ngx_http_write_filter.c b/src/http/ngx_http_write_filter.c --- a/src/http/ngx_http_write_filter.c +++ b/src/http/ngx_http_write_filter.c @@ -133,7 +133,7 @@ int ngx_http_write_filter(ngx_http_reque * the size of the hunks is smaller than "postpone_output" directive */ - if (!last && flush == 0 && size < (off_t) conf->postpone_output) { + if (!last && flush == 0 && size < conf->postpone_output) { return NGX_OK; }