eed3si9n / gigahorse

Gigahorse is an HTTP client for Scala with multiple backend support.
http://eed3si9n.com/gigahorse
Apache License 2.0
121 stars 25 forks source link

gigahorse.support.okhttp.OkhClient may leak #28

Open OlegYch opened 7 years ago

OlegYch commented 7 years ago

the methods return FullResponse which has to be closed according to http://square.github.io/okhttp/3.x/okhttp/okhttp3/ResponseBody.html (if not consumed) this should probably be documented in gigahorse.HttpClient as this is the only public interface, although a better interface is preferred