eed3si9n / gigahorse

Gigahorse is an HTTP client for Scala with multiple backend support.
http://eed3si9n.com/gigahorse
Apache License 2.0
121 stars 25 forks source link

FileChannel is not closed #35

Closed jkugiya closed 5 years ago

jkugiya commented 6 years ago

DownloadHandler seems does not close FileChannel after downloading.

https://github.com/eed3si9n/gigahorse/blob/0.3.x/core/src/main/scala/gigahorse/DownloadHandler.scala#L29-L33