Add regression test for CompressStream double-close fix (#28) #35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #33 fixed the double-close bug in
CompressStream(issue #28), but no regression test was added to prevent reintroduction.A test should exercise
CompressStream(andCompressData) to verify that the close logic works correctly without panics or errors.See: #33 (comment)