SpaceApi / validator

A micro-service to validate SpaceAPI endpoints.
Apache License 2.0
2 stars 2 forks source link

Fix connection leak #59

Closed gidsi closed 3 years ago

gidsi commented 3 years ago

I've found the leak, apparently the http client does not close idle connection by itself (not even if the scope is left). And since we have to instantiate on every check it caught us big time.

dbrgn commented 3 years ago

Nice find 🙂