Change order
(cherry picked from commit 82e6da241e6572402242cef4e7824c7521b6a039)
This commit is contained in:
parent
a2095c6fda
commit
ae521dc900
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ public class Resolver {
|
|||
return ip != null ? -1 : 1;
|
||||
}
|
||||
} else {
|
||||
return directTls ? -1 : 1;
|
||||
return directTls ? 1 : -1;
|
||||
}
|
||||
} else {
|
||||
return priority - result.priority;
|
||||
|
|
Loading…
Add table
Reference in a new issue