Noop tweak to DefaultHttpDataSource
This commit is contained in:
parent
e7950555d3
commit
5df6854fea
@ -272,13 +272,13 @@ public class DefaultHttpDataSource implements HttpDataSource {
|
||||
}
|
||||
}
|
||||
} finally {
|
||||
inputStream = null;
|
||||
closeConnection();
|
||||
if (opened) {
|
||||
opened = false;
|
||||
if (listener != null) {
|
||||
listener.onTransferEnd();
|
||||
}
|
||||
inputStream = null;
|
||||
closeConnection();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user