mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix r2972, it caused "zero size buf" alert.
This commit is contained in:
@@ -2715,6 +2715,7 @@ ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags)
|
||||
b->last_buf = 1;
|
||||
|
||||
} else {
|
||||
b->sync = 1;
|
||||
b->last_in_chain = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user