mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-16 06:50:34 +00:00
Apply suggestion from @epoberezkin
This commit is contained in:
@@ -730,7 +730,7 @@ getSMPProxyClient c@AgentClient {active, smpClients, smpProxiedRelays, workerSeq
|
||||
PROXY
|
||||
{ proxyServer = protocolClientServer smp,
|
||||
relayServer = B.unpack $ strEncode destSrv,
|
||||
proxyErr = ProxyProtocolError e
|
||||
proxyErr = ProxyResponseError e
|
||||
}
|
||||
e -> SMP proxyHost e
|
||||
waitForProxiedRelay :: SMPTransportSession -> ProxiedRelayVar -> AM (Either AgentErrorType ProxiedRelay)
|
||||
|
||||
Reference in New Issue
Block a user