Skip to content

Commit

Permalink
net/http/fcgi: fix link to protocol docs
Browse files Browse the repository at this point in the history
Fixes #17815

Change-Id: I766082d28a14c77f5dfb6cd1974b86cb0a8fe31a
Reviewed-on: https://go-review.googlesource.com/32852
Reviewed-by: Minux Ma <[email protected]>
  • Loading branch information
bradfitz committed Nov 7, 2016
1 parent f8187ce commit 3df059e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/net/http/fcgi/fcgi.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
// license that can be found in the LICENSE file.

// Package fcgi implements the FastCGI protocol.
//
// The protocol is not an official standard and the original
// documentation is no longer online. See the Internet Archive's
// mirror at: https://web.archive.org/web/20150420080736/http://www.fastcgi.com/drupal/node/6?q=node/22
//
// Currently only the responder role is supported.
// The protocol is defined at http://www.fastcgi.com/drupal/node/6?q=node/22
package fcgi

// This file defines the raw protocol and some utilities used by the child and
Expand Down

0 comments on commit 3df059e

Please sign in to comment.