Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel the archive request when the context is canceled (#20)
Previously it was possible for the request to go forever unless there was an explicit failure in any of the `.Write()` calls. This change makes it such that context deadlines can now cause the request to exit early if possible.
- Loading branch information