mirror of
https://github.com/zhigang1992/cow.git
synced 2026-01-12 22:46:29 +08:00
Fix typo.
This commit is contained in:
@@ -289,7 +289,7 @@ func (pp *latencyParentPool) updateLatency() {
|
||||
|
||||
// Sort according to latency.
|
||||
sort.Stable(&cp)
|
||||
debug.Println("lantency lowest proxy", cp.parent[0].getServer())
|
||||
debug.Println("latency lowest proxy", cp.parent[0].getServer())
|
||||
|
||||
// Update parent slice.
|
||||
latencyMutex.Lock()
|
||||
|
||||
Reference in New Issue
Block a user