Skip to content

Commit

Permalink
using ServeContext for all production HTTP servers (#292)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
  • Loading branch information
arschles authored Oct 25, 2021
1 parent 119e0ea commit 30fb204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scaler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func startGrpcServer(
lis.Close()
}()
return grpcServer.Serve(lis)

}

func startHealthcheckServer(
Expand Down

0 comments on commit 30fb204

Please sign in to comment.