mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-04 21:53:37 +03:00
fix: sticky-sessions may not be effective
This commit is contained in:
parent
4437c8861c
commit
ca3f1ebae6
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ func strategyStickySessions(url string) strategyFn {
|
|||
for i := 1; i < maxRetry; i++ {
|
||||
proxy := proxies[nowIdx]
|
||||
if proxy.AliveForTestUrl(url) {
|
||||
if nowIdx != idx {
|
||||
if !has || nowIdx != idx {
|
||||
lruCache.Set(key, nowIdx)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue