Commits


David Galeano authored and Andy Green committed d58c6ab78d8
Fixed deflate-stream extension. When the output buffer was exhausted the input buffer was discarded without checking if zlib had actually consumed all the input, now we copy the remaining input data for the next call.