-
Notifications
You must be signed in to change notification settings - Fork 18k
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
doc: add a disclamer for the TLS handshake timeouts TL;DR bug in godebug.md #71865
Conversation
This PR (HEAD: 41b1def) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/651036. Important tips:
|
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/651036. |
Message from Daniel McCarney: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/651036. |
This PR (HEAD: 476e646) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/651036. Important tips:
|
Message from Thomas Vaillant: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/651036. |
Message from Roland Shoemaker: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/651036. |
Message from Ian Lance Taylor: Patch Set 2: Auto-Submit+1 Code-Review+1 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/651036. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-02-20T23:04:17Z","revision":"2a8de2101d9561c4e244deb8ac69c82954d8c067"} Please don’t reply on this GitHub thread. Visit golang.org/cl/651036. |
…bug.md Relates to #71257. Since post-quantum TLS algorithms are enabled by default, we should warn about the possible bugs with legacy servers (see https://tldr.fail/) Change-Id: I06a5d8a927497ea2141007b14a90af27e0891720 GitHub-Last-Rev: 476e646 GitHub-Pull-Request: #71865 Reviewed-on: https://go-review.googlesource.com/c/go/+/651036 Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
This PR is being closed because golang.org/cl/651036 has been merged. |
…bug.md Relates to #71257. Since post-quantum TLS algorithms are enabled by default, we should warn about the possible bugs with legacy servers (see https://tldr.fail/) Change-Id: I06a5d8a927497ea2141007b14a90af27e0891720 GitHub-Last-Rev: 476e6462dfc7db8c2a47a25dcb7eb342264aabad GitHub-Pull-Request: golang/go#71865 Reviewed-on: https://go-review.googlesource.com/c/go/+/651036 Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Relates to #71257. Since post-quantum TLS algorithms are enabled by default, we should warn about the possible bugs with legacy servers (see https://tldr.fail/)