[tor-commits] [meek/master] Update an App Engine doc link.
dcf at torproject.org
dcf at torproject.org
Sat Jul 15 18:54:07 UTC 2017
commit 107038e7d7aac6f93977cb91a8dcb88133751908
Author: David Fifield <david at bamsoftware.com>
Date: Sat Jul 15 11:53:49 2017 -0700
Update an App Engine doc link.
---
appengine/reflect.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appengine/reflect.go b/appengine/reflect.go
index 18d9fe6..bc6992c 100644
--- a/appengine/reflect.go
+++ b/appengine/reflect.go
@@ -74,7 +74,7 @@ func copyRequest(r *http.Request) (*http.Request, error) {
}
// Set the original client IP address in a Meek-IP header. We would use
// X-Forwarded-For, but App Engine prohibits setting that header:
- // https://cloud.google.com/appengine/docs/go/urlfetch/#Go_Request_headers
+ // https://cloud.google.com/appengine/docs/standard/go/outbound-requests#request_headers
// We could use Forwarded from RFC 7239, but other CDNs already use
// X-Forwarded-For and this way we only need one parser.
c.Header.Add("Meek-IP", getClientAddr(r))
More information about the tor-commits
mailing list