loottracker client: close response body

This commit is contained in:
Adam
2018-12-20 21:59:56 -05:00
parent 989c2880f0
commit afa98bb868

View File

@@ -68,9 +68,10 @@ public class LootTrackerClient
} }
@Override @Override
public void onResponse(Call call, Response response) throws IOException public void onResponse(Call call, Response response)
{ {
log.debug("Submitted loot"); log.debug("Submitted loot");
response.close();
} }
}); });
} }