-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http/pprof: configure WriteDeadline #64360
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
Conversation
Configure write deadline according to requested profiling duration. Fixes golang#62358
This PR (HEAD: b79ae38) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/544756. Important tips:
|
Message from Damien Neil: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Damien Neil: Patch Set 1: Code-Review+2 Commit-Queue+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-11-27T18:12:15Z","revision":"d23a5ec5f0b9db73636d85457afd4e5dfc194d6a"} Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Damien Neil: Patch Set 1: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Go LUCI: Patch Set 1: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Dmitri Shuralyov: Patch Set 1: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Cherry Mui: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Damien Neil: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Dmitri Shuralyov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Damien Neil: Patch Set 1: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Message from Damien Neil: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/544756. |
Configure write deadline according to requested profiling duration. Fixes #62358 Change-Id: I2350110ff20a637c7e90bdda57026b0b0d9c87ba GitHub-Last-Rev: b79ae38 GitHub-Pull-Request: #64360 Reviewed-on: https://go-review.googlesource.com/c/go/+/544756 Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/544756 has been merged. |
Configure write deadline according to requested profiling duration. Fixes golang#62358 Change-Id: I2350110ff20a637c7e90bdda57026b0b0d9c87ba GitHub-Last-Rev: b79ae38 GitHub-Pull-Request: golang#64360 Reviewed-on: https://go-review.googlesource.com/c/go/+/544756 Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configure write deadline according to requested profiling duration.
Fixes #62358