Make TempfileReaper delete temp files if application raises an exception ยท rack/rack@a12c4a8
Previously, tempfiles were only deleted if the exception occurred when iterating over the body, not when raised during app.call. Fixes #1679.