Noop tweak to DefaultHttpDataSource
This commit is contained in:
parent
e7950555d3
commit
5df6854fea
@ -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…
x
Reference in New Issue
Block a user