Files
node/lib
Anna Henningsen 0e89b64d66 zlib: allow writes after readable 'end' to finish
Call the callback for writes that occur after the stream is closed.
This also requires changes to the code to not call `.destroy()`
on the stream in `.on('end')`, and to ignore chunks written
afterwards.

Previously, these writes would just queue up silently, as their
`_write()` callback would never have been called.

Fixes: https://github.com/nodejs/node/issues/30976

PR-URL: https://github.com/nodejs/node/pull/31082
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2019-12-27 02:13:44 +01:00
..
2019-12-25 20:12:23 -05:00
2019-12-16 18:18:50 -05:00
2019-12-25 12:05:33 +01:00
2019-12-17 08:11:13 -05:00
2019-12-25 12:24:42 +01:00
2019-12-17 17:33:12 -08:00
2019-11-25 10:28:15 +01:00
2019-11-25 10:28:15 +01:00
2019-11-25 10:28:15 +01:00
2019-12-11 05:58:42 +01:00
2019-12-25 11:16:38 +01:00
2019-12-11 16:38:06 -06:00