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