I have a service that do http call to other servic...
# ktor
d
I have a service that do http call to other service. Is it okay to not close() the ktor http client ?
s
Yes. Http client is designed fo reuse. Just don’t forget to read and close the response/call