Commit 5df6854f by Oliver Woodman

Noop tweak to DefaultHttpDataSource

parent e7950555
...@@ -272,13 +272,13 @@ public class DefaultHttpDataSource implements HttpDataSource { ...@@ -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();
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment