close endpoint after download
This commit is contained in:
@@ -48,6 +48,7 @@ public class Downloader {
|
||||
currentSession.request()
|
||||
}
|
||||
currentState = DownloadState.FINISHED
|
||||
endpoint.close()
|
||||
}
|
||||
|
||||
public long donePieces() {
|
||||
|
Reference in New Issue
Block a user