net/http/pprof: add AttachHandlers method to net/http/pprof to support non-default muxes#71214
Conversation
|
This PR (HEAD: 49d5b67) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/641858. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/641858. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/641858. |
|
Message from Ian Lance Taylor: Patch Set 1: Hold+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/641858. |
49d5b67 to
5e91f42
Compare
|
This PR (HEAD: 5e91f42) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/641858. Important tips:
|
Separate the
net/http/pprofpackage init function into a separateAttachHandlersmethod to better support non-default muxes.Fixes #71213.