mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Fix typo in event ordering. (#7057)
This commit is contained in:
@@ -195,7 +195,7 @@ abstract class EventListener {
|
||||
* Invoked when a connection attempt fails. This failure is not terminal if further routes are
|
||||
* available and failure recovery is enabled.
|
||||
*
|
||||
* If the `call` uses HTTPS, this will be invoked after [secureConnectEnd], otherwise it will
|
||||
* If the `call` uses HTTPS, this will be invoked after [secureConnectStart], otherwise it will
|
||||
* invoked after [connectStart].
|
||||
*/
|
||||
open fun connectFailed(
|
||||
|
||||
Reference in New Issue
Block a user