Skip to content

Commit 61755a7

Browse files
committed
as per delvh
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 91bc97a commit 61755a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/web/admin/pprof.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func PProfProcessStacktrace(ctx *context.Context) {
5353

5454
if err := process.WriteProcesses(ctx.Resp, processStacks, processCount, goroutineCount, "", flat); err != nil {
5555
ctx.ServerError("WriteProcesses", err)
56-
return
5756
}
5857
}
5958

0 commit comments

Comments
 (0)