From 6c6247a690edbc9856b823fe9adfad6b43ce8e71 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 12 Feb 2018 14:12:55 +0100 Subject: node, rpc: fix linter issues --- rpc/http.go | 1 - 1 file changed, 1 deletion(-) (limited to 'rpc/http.go') diff --git a/rpc/http.go b/rpc/http.go index 277f093a2..a46d8c2b3 100644 --- a/rpc/http.go +++ b/rpc/http.go @@ -245,7 +245,6 @@ func (h *virtualHostHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { return } http.Error(w, "invalid host specified", http.StatusForbidden) - return } func newVHostHandler(vhosts []string, next http.Handler) http.Handler { -- cgit v1.2.3