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 91bc97a commit 61755a7Copy full SHA for 61755a7
routers/web/admin/pprof.go
@@ -53,7 +53,6 @@ func PProfProcessStacktrace(ctx *context.Context) {
53
54
if err := process.WriteProcesses(ctx.Resp, processStacks, processCount, goroutineCount, "", flat); err != nil {
55
ctx.ServerError("WriteProcesses", err)
56
- return
57
}
58
59
0 commit comments