1
0
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:
Yuri Schimke
2022-02-08 08:05:31 +00:00
committed by GitHub
parent bb8ecb9595
commit 472ccbec23

View File

@@ -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(