I am asking, because at some point something in my...
# ktor
d
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?
🧵 1
d
HttpStatement
is lazy, is has to be "consumed".
d
oh sorry
not statement
but httpresponse