]> git.kaiwu.me - nginx.git/commit
Proxy: drop extra data sent by upstream.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 6 Jul 2020 15:36:19 +0000 (18:36 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 6 Jul 2020 15:36:19 +0000 (18:36 +0300)
commita2abe31a85c030d14aabcbe1f13ef6cc538e86fa
treee9a04234761382d91c8628b1af2ca672808d41a4
parentb835b571846abb13b995498e7ee36fe0f4aaa3bf
Proxy: drop extra data sent by upstream.

Previous behaviour was to pass everything to the client, but this
seems to be suboptimal and causes issues (ticket #1695).  Fix is to
drop extra data instead, as it naturally happens in most clients.
src/http/modules/ngx_http_proxy_module.c