Apply suggestion from @epoberezkin

This commit is contained in:
Evgeny
2026-08-05 22:45:52 +01:00
committed by GitHub
parent ac778a0076
commit 826a2377ed
+1 -1
View File
@@ -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)