-
Notifications
You must be signed in to change notification settings - Fork 18.4k
net/http: format pprof.go #75769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net/http: format pprof.go #75769
Conversation
This PR (HEAD: 381d2d3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/709415. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Georgian-Vlad Saioc: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Cherry Mui: Patch Set 2: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-10-06T15:12:03Z","revision":"ce5590ad87c0427dbab4e4898f70ab91b2787aa1"} Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Cherry Mui: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/gotip-linux-amd64_avx512 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from t hepudds: Patch Set 2: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-10-06T16:46:20Z","revision":"ce5590ad87c0427dbab4e4898f70ab91b2787aa1"} Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from t hepudds: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
Properly formatted net/http/pprof.go to correct inconsistent whitespaces between keys and values for profileSupportsDelta. Change-Id: Iea1515b4289de95862d7eb3af5b8d8d13df2b990 GitHub-Last-Rev: 381d2d3 GitHub-Pull-Request: #75769 Reviewed-on: https://go-review.googlesource.com/c/go/+/709415 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
Message from Dmitri Shuralyov: Patch Set 2: Auto-Submit+1 Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/709415. |
This PR is being closed because golang.org/cl/709415 has been merged. |
Properly formatted net/http/pprof.go to correct
inconsistent whitespaces between keys and values
for profileSupportsDelta.