Closed findById closed 6 years ago
Link to the specific section
So this is likely a bug, good catch :+1:
While the Android documentation does not mention in it's example that the input stream needs to be explicitly closed, they read the inputstream completely.
So as far as I understood it you either need to read the input stream completely, at which point HttpURLConnection.disconnect()
will close it or explicitly close it beforehand.