gigahorse icon indicating copy to clipboard operation
gigahorse copied to clipboard

gigahorse.support.okhttp.OkhClient may leak

Open OlegYch opened this issue 7 years ago • 0 comments

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

OlegYch avatar Nov 14 '17 17:11 OlegYch