zlib: pass kind to recursive calls to flush
authorMyles Borins <mborins@us.ibm.com>
Mon, 26 Oct 2015 21:39:05 +0000 (14:39 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 23 Dec 2015 16:38:33 +0000 (08:38 -0800)
commitce7039a2092dc3e89db39f26d15bdb013a6abc19
tree05a9414ca849e7d33610d46664b5233602728bfb
parentbb4431acb89dacac5ece628f45b049618e7f444b
zlib: pass kind to recursive calls to flush

Bug spotted by @bnoordhuis while doing code review on #3534

Refs: https://github.com/nodejs/node/pull/3534#discussion_r43047477
PR-URL: https://github.com/nodejs/node/pull/3534
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
lib/zlib.js