mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #32870 from huang195/fix_typo
Automatic merge from submit-queue fix a typo pporf -> pprof to correct a typo
This commit is contained in:
commit
fe9baa5d1e
@ -370,7 +370,7 @@ func (s *Server) InstallDebuggingHandlers() {
|
||||
}
|
||||
}
|
||||
|
||||
// Setup pporf handlers.
|
||||
// Setup pprof handlers.
|
||||
ws = new(restful.WebService).Path(pprofBasePath)
|
||||
ws.Route(ws.GET("/{subpath:*}").To(func(req *restful.Request, resp *restful.Response) {
|
||||
handlePprofEndpoint(req, resp)
|
||||
|
Loading…
Reference in New Issue
Block a user