handle zlib correctly
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 3 Apr 2017 15:32:44 +0000 (17:32 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit207d6dc544c6d9164c13c86fd9806363e6b1d9a8
treee33fb35fa6058ddcf7e7b4365cc80eec0085af64
parent938c2d54146bacf93c0e956bdce51b0408b3ffec
handle zlib correctly

Encryption was split from the “compression mode” and now depends
entirely on the crypto context. Also only finalize a tar stream
being “closed” if the underlying file is being closed.
deltatar/tarfile.py