snoyberg / tar-conduit

Conduit based tar extraction mechanism
MIT License
8 stars 9 forks source link

Checksum handling #4

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago

Ideally we'd have some support for checking that checksums are accurate

bartavelle commented 7 years ago

The only way to do this reasonnably is to throw an exception, right ?

snoyberg commented 7 years ago

Without having thought too much about it, I'd imagine that we would yield a ChunkException after yielding the last ChunkPayload, yes.