//okhttp/okhttp3/EventListener/connectionReleased
connectionReleased¶
[jvm]\ open fun connectionReleased(call: Call, connection: Connection)
Invoked after a connection has been released for the call
.
This method is always invoked after connectionAcquired.
This can be invoked more than 1 time for a single Call. For example, if the response to the Call.request is a redirect to a different address.