commit | f77585a6748dea76b86ac729575f584093ef408e | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Mon Oct 03 20:48:51 2016 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Mon Oct 03 20:48:51 2016 +0300 |
tree | b6050595c803493f32b0bef7f590a4fadbd1f64c | |
parent | 20fc020d51434873ec5ba7a9dec652018b9821d5 [diff] |
Do not set last_buf flag in subrequests. The last_buf flag should only be set in the last buffer of the main request. Otherwise, several last_buf flags can appear in output. This can, for example, break the chunked filter, which will include several final chunks in output.