gigahorse
gigahorse copied to clipboard
gigahorse.support.okhttp.OkhClient may leak
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