We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2725f commit e2d65d1Copy full SHA for e2d65d1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+* When rescuing a failed `write_file`, differentiate between `#close`
2
+ and `#release_resources_on_failure!`. Closing a Writable can still try
3
+ to do things to the Streamer output, it can try to write to the destination
4
+ IO which is no longer accepting writes and so on. What we do want is to
5
+ safely destroy the zlib deflaters.
6
+
7
## 6.3.2
8
9
* Make sure `rollback!` correctly works with `write_file` and the original exception gets re-raised from `write_file` if
0 commit comments