Skip to content

Commit

Permalink
backend: Disable websocket multiplexer
Browse files Browse the repository at this point in the history
Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed Dec 6, 2024
1 parent f52930d commit d48239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/headlamp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ func (c *HeadlampConfig) addClusterSetupRoute(r *mux.Router) {
r.HandleFunc("/cluster/{name}", c.renameCluster).Methods("PUT")

// Websocket connections
r.HandleFunc("/wsMutliplexer", c.multiplexer.HandleClientWebSocket)
// r.HandleFunc("/wsMutliplexer", c.multiplexer.HandleClientWebSocket)
}

Check failure on line 1612 in backend/cmd/headlamp.go

View workflow job for this annotation

GitHub Actions / build

block should not end with a whitespace (or comment) (wsl)

/*
Expand Down

0 comments on commit d48239f

Please sign in to comment.