]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.0.3-2004-04-09-09:45:41 import
authorIgor Sysoev <igor@sysoev.ru>
Fri, 9 Apr 2004 05:45:41 +0000 (05:45 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 9 Apr 2004 05:45:41 +0000 (05:45 +0000)
src/http/ngx_http_write_filter.c

index 8c1a98a91f2523cb6df271a93ef30d1cf7148225..5fa144fbcd6cbd24e5847e0318170fe16ed838bd 100644 (file)
@@ -133,7 +133,7 @@ int ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *in)
      * 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;
     }