From 826a2377ed1c94ff4e14069b91b5bd9fdc9b2667 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 5 Aug 2026 22:45:52 +0100 Subject: [PATCH] Apply suggestion from @epoberezkin --- src/Simplex/Messaging/Agent/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 0b45cb932..26923f8b1 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -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)