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

net/http/fcgi: docs link to http://www.fastcgi.com which is offline #18928

Closed
earthboundkid opened this issue Feb 3, 2017 · 1 comment
Closed

Comments

@earthboundkid
Copy link
Contributor

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

Go 1.7.4

What did you do?

$ go doc fcgi
package fcgi // import "net/http/fcgi"

Package fcgi implements the FastCGI protocol. Currently only the responder
role is supported. The protocol is defined at
http://www.fastcgi.com/drupal/node/6?q=node/22

What did you expect to see?

A non-dead link.

What did you see instead?

http://www.fastcgi.com/drupal/node/6?q=node/22 is a dead link as of Feb. 3, 2017.

Suggested resolution

Wikipedia links to a FastCGI-Archives repo.

@ALTree
Copy link
Member

ALTree commented Feb 3, 2017

Dup of #17815, already fixed on tip. See https://tip.golang.org/pkg/net/http/fcgi/

@ALTree ALTree closed this as completed Feb 3, 2017
@ALTree ALTree changed the title FCGI docs link to http://www.fastcgi.com which is offline net/http/fcgi: docs link to http://www.fastcgi.com which is offline Feb 3, 2017
@golang golang locked and limited conversation to collaborators Feb 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants