Skip to content
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

crypto/tls: documentation of TLSUnique field of ConnectionState struct contains broken link #18842

Closed
codesenberg opened this issue Jan 29, 2017 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@codesenberg
Copy link
Contributor

What version of Go are you using (go version)?

stable and tip

What operating system and processor architecture are you using (go env)?

I use windows/amd64, but that's irrelevant.

What did you do?

Read documentation of ConnectionState struct.

What did you expect to see?

Link leading to site with more info about resumed sessions.

What did you see instead?

Outdated link.

@ALTree ALTree added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Jan 29, 2017
@ALTree ALTree added this to the Go1.9 milestone Jan 29, 2017
@gopherbot
Copy link

CL https://golang.org/cl/36052 mentions this issue.

@golang golang locked and limited conversation to collaborators Feb 8, 2018
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
Link in the description of TLSUnique field of ConnectionState struct
leads to an article that is no longer available, so this commit
replaces it with link to a copy of the very same article on another
site.

Fixes golang#18842.

Change-Id: I8f8d298c4774dc0fbbad5042db0684bb3220aee8
Reviewed-on: https://go-review.googlesource.com/36052
Reviewed-by: Filippo Valsorda <hi@filippo.io>
Reviewed-by: Adam Langley <agl@golang.org>
FiloSottile pushed a commit to FiloSottile/go that referenced this issue Oct 12, 2018
Link in the description of TLSUnique field of ConnectionState struct
leads to an article that is no longer available, so this commit
replaces it with link to a copy of the very same article on another
site.

Fixes golang#18842.

Change-Id: I8f8d298c4774dc0fbbad5042db0684bb3220aee8
Reviewed-on: https://go-review.googlesource.com/36052
Reviewed-by: Filippo Valsorda <hi@filippo.io>
Reviewed-by: Adam Langley <agl@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants