What's Changed
- Fix the GET response by @vrbanecd in #63
- Fixed GET response handling to stream files instead of buffering the entire response in memory
- Added skipping instance shutdown if there are active requests in flight
- Fixed timeout calculation to use total_seconds() instead of seconds()
- Removed read timeout to allow large file transfers to complete without being interrupted
Full Changelog: 0.22...0.23.0