commit | b89196ac8a9f06a0f6f64eb4de60d3d02ccf3477 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 26 02:31:30 2015 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Mar 26 02:31:30 2015 +0300 |
tree | ae61696ccdbc9a05c38205320d60d3ef25186459 | |
parent | c4c06c197ebb949af94181a839d4cc54519a91c4 [diff] |
Proxy: fixed proxy_request_buffering and chunked with preread body. If any preread body bytes were sent in the first chain, chunk size was incorrectly added before the whole chain, including header, resulting in an invalid request sent to upstream. Fixed to properly add chunk size after the header.