mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 {
|
} finally {
|
||||||
|
inputStream = null;
|
||||||
|
closeConnection();
|
||||||
if (opened) {
|
if (opened) {
|
||||||
opened = false;
|
opened = false;
|
||||||
if (listener != null) {
|
if (listener != null) {
|
||||||
listener.onTransferEnd();
|
listener.onTransferEnd();
|
||||||
}
|
}
|
||||||
inputStream = null;
|
|
||||||
closeConnection();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue