diff options
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/http.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |