mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
f5ad332d287630e8eefc3660ce5088b70ca7204f
ResponseBody objects from Okhttp needs to be closed and, right now, we just close the InputStream which is not sufficient. I noticed that because I saw some warnings about leaked ResponseBody instances in my logs.
Description
Languages
Java
100%