From b2af7770e97ba04f6ec3b964b4b0bd36eaeabb2e Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Fri, 3 Jun 2022 14:58:20 +0200 Subject: [PATCH] rpcclient: fix missing return --- rpcclient/infrastructure.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcclient/infrastructure.go b/rpcclient/infrastructure.go index f931b83501..fbc43a4568 100644 --- a/rpcclient/infrastructure.go +++ b/rpcclient/infrastructure.go @@ -842,6 +842,7 @@ func (c *Client) handleSendPostMessage(jReq *jsonRequest, "method: %s, id: %d, last error=%v", jReq.method, jReq.id, lastErr), } + return } // Read the raw bytes and close the response.