]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: fix race between viewer and web command
authorRuss Cox <rsc@golang.org>
Wed, 22 Jul 2015 21:48:49 +0000 (17:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 23 Jul 2015 03:51:39 +0000 (03:51 +0000)
commit3bab4ef68da5334a1aac558ec7bee53f6bf15cfc
tree89d8bc3b3e21008706c278cba39df3cf6f121e19
parent0908fad5d509220a80b919a38feb8b388d005b10
cmd/pprof: fix race between viewer and web command

Fixes #11729.

Change-Id: I6e5e23169ac1368afcbd016ed544a710aa045326
Reviewed-on: https://go-review.googlesource.com/12553
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/pprof/internal/commands/commands.go