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.