mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Noop tweak to DefaultHttpDataSource
This commit is contained in:
parent
e7950555d3
commit
5df6854fea
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue