|
|
@@ -220,7 +220,7 @@ func (g *URLTestGroup) Fallback(used adapter.Outbound) []adapter.Outbound {
|
|
|
outbounds = append(outbounds, detour)
|
|
|
}
|
|
|
}
|
|
|
- sort.Slice(outbounds, func(i, j int) bool {
|
|
|
+ sort.SliceStable(outbounds, func(i, j int) bool {
|
|
|
oi := outbounds[i]
|
|
|
oj := outbounds[j]
|
|
|
hi := g.history.LoadURLTestHistory(RealTag(oi))
|