mirror of https://github.com/zlatinb/muwire
close endpoint after download
parent
865e4ab15c
commit
91757aadfb
|
@ -48,6 +48,7 @@ public class Downloader {
|
|||
currentSession.request()
|
||||
}
|
||||
currentState = DownloadState.FINISHED
|
||||
endpoint.close()
|
||||
}
|
||||
|
||||
public long donePieces() {
|
||||
|
|
Loading…
Reference in New Issue