mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
refactor: GetBridgeAuthChannel --> GetAuthUpdateChannel
This commit is contained in:
@ -303,7 +303,7 @@ func (p *DialerWithPinning) dialWithProxyFallback(network, address string) (conn
|
||||
}
|
||||
|
||||
// Switch to a proxy and retry the dial.
|
||||
proxy, err := p.cm.SwitchToProxy()
|
||||
proxy, err := p.cm.switchToReachableServer()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user