Fixed
- Fixed downloads leaking HTTP sessions, progress bars, or output files when an exception interrupted a file or folder download. (#478)
- Reject incomplete response bodies instead of saving them as completed downloads. (#481)
- Normalized archive member paths returned by
extractall, so ZIP and tar results use native path separators consistently. (#487)