Page MenuHomePhabricator

[Bug] App is leaking OkHttp Response objects.
Closed, ResolvedPublic1 Estimated Story Points

Description

I've been seeing the following messages in logcat:

W/OkHttp: A connection to https://deployment.wikimedia.beta.wmflabs.org/ was leaked. Did you forget to close a response body?

This suggests that we're not correctly closing our connections, and possibly leaking resources.