Skip to content

Commit

Permalink
Fix typo in event ordering. (#7057)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored and pull[bot] committed Jan 20, 2025
1 parent 95eb469 commit a25322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okhttp/src/jvmMain/kotlin/okhttp3/EventListener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a25322b

Please sign in to comment.