browserify-zlib icon indicating copy to clipboard operation
browserify-zlib copied to clipboard

Bug: Buffer error is not fatal

Open gitfoxi opened this issue 10 years ago • 1 comments

Note that Z_BUF_ERROR is not fatal, and deflate() can be called again with more input and more output space to continue compressing.

gitfoxi avatar Feb 01 '16 13:02 gitfoxi

Is this still an issue? #18 claims that this was fixed by its merge.

rbuels avatar Aug 30 '18 21:08 rbuels