mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
nginx-0.0.3-2004-04-09-09:45:41 import
This commit is contained in:
parent
fff32326ca
commit
3d3d2e4700
@ -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
|
* 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;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user