I am asking, because at some point something in my app stops making http calls and it's not obvious where that happens, I am not using coroutines, just
httpClient.get<HttpResponse>(...)
. I doesn't look that httpresponse needs to be closed, but maybe I am leaking resources somewhere?