Commit 5df6854f by Oliver Woodman

Noop tweak to DefaultHttpDataSource

parent e7950555
......@@ -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();
}
}
}
......
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