]> granicus.if.org Git - php/commit
Fixed bug #80256
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 20 Oct 2020 13:32:01 +0000 (15:32 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 20 Oct 2020 13:35:41 +0000 (15:35 +0200)
commit1c157d3fa2e102ccf375ec4c1ddca8770208dae7
tree7860c7d0bdc0bdf91e4a1b4b4f13447e354b41a0
parent486c49dee80440e3aeafc90733c3afe6a19abaed
Fixed bug #80256

Remove the transfer_encoding stream filter immediately when we
destroy the old stream, to make sure it doesn't get attached to
the new stream.
NEWS
ext/standard/http_fopen_wrapper.c
ext/standard/tests/http/bug80256.phpt [new file with mode: 0644]