mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
Remove always-false check of retryCurrentRoute() and unreachable code.
This commit is contained in:
@@ -174,8 +174,6 @@ class ExchangeFinder(
|
||||
} else if (nextRouteToTry != null) {
|
||||
selectedRoute = nextRouteToTry
|
||||
nextRouteToTry = null
|
||||
} else if (retryCurrentRoute()) {
|
||||
selectedRoute = call.connection!!.route()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user