mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 14:13:30 +03:00
fix: load-balance's touch not effected
This commit is contained in:
parent
bae61a8152
commit
a454a7f736
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ func strategyStickySessions() strategyFn {
|
|||
// Unwrap implements C.ProxyAdapter
|
||||
func (lb *LoadBalance) Unwrap(metadata *C.Metadata, touch bool) C.Proxy {
|
||||
proxies := lb.GetProxies(touch)
|
||||
return lb.strategyFn(proxies, metadata, true)
|
||||
return lb.strategyFn(proxies, metadata, touch)
|
||||
}
|
||||
|
||||
// MarshalJSON implements C.ProxyAdapter
|
||||
|
|
Loading…
Add table
Reference in a new issue