瀏覽代碼

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)
 	})