growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
7 stars 10 forks source link

fix connection leak on ok http client #43

Closed JonathanE-BWR closed 1 month ago

JonathanE-BWR commented 3 months ago

fix connection leak on ok http client, move response body into try-with-resource block to auto-close in all cases

vu-linh commented 2 months ago

@tinahollygb Hi, can you please implement this fix and ship with the next release? Our projects are making use of GrowthBook SDK and we also see the leaked connection warning on our system. Pretty please? 🙏

vulinh64 commented 1 month ago

@vazarkevych A question: Why was this pull request closed? The connection leak problem still persisted