A connection to (…) was leaked. Did you forget to close a response body?
问题 I'm having a warning message constantly, despite my code seems to be good. The message is: WARNING: A connection to http://someurl.com was leaked. Did you forget to close a response body? java.lang.Throwable: response.body().close() at okhttp3.internal.platform.Platform.getStackTraceForCloseable(Platform.java:148) at okhttp3.RealCall.captureCallStackTrace(RealCall.java:89) at okhttp3.RealCall.execute(RealCall.java:73) at com.example.HTTPSClientReferenceRate.runClient(HTTPSClientReferenceRate