Преглед на файлове

fixed err: http: multiple response.WriteHeader calls

Mohamed Al Ashaal преди 7 години
родител
ревизия
7e5132e857
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      server.go

+ 1 - 0
server.go

@@ -45,6 +45,7 @@ func ServeHTTP() http.Handler {
 				loadbalancer.UpsertServer(testutils.ParseURI(upstream))
 			}
 			loadbalancer.ServeHTTP(res, req)
+			return
 		}
 		http.Error(res, "The request domain couldn't be found here", http.StatusNotImplemented)
 	})