We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba4f7c commit 02035e8Copy full SHA for 02035e8
.aspell.yml
@@ -61,3 +61,5 @@ allowed:
61
- gwapi
62
- init
63
- svc
64
+ - frontent
65
+ - pprof
pkg/controller/handler.go
@@ -65,10 +65,6 @@ func (c *HAProxyController) initHandlers() {
},
66
}
67
68
- // Need to be before Refresh. If after, maps are refreshed without pprof content
69
- if c.osArgs.PprofEnabled {
70
- c.beforeUpdateHandlers = append(c.beforeUpdateHandlers, handler.Pprof{})
71
- }
72
73
if !c.osArgs.DisableQuic {
74
c.updateHandlers = append(c.updateHandlers, &handler.Quic{
pkg/handler/pprof.go
0 commit comments