From 91e3b3516837372fac630698b1efc06e60909f4d Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Thu, 6 Aug 2015 11:18:27 +0900 Subject: [PATCH] doc/go1.5.html: fix typo Change-Id: Ic61fd38e7d2e0821c6adcaa210199a7dae8849a7 Reviewed-on: https://go-review.googlesource.com/13281 Reviewed-by: Andrew Gerrand --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.5.html b/doc/go1.5.html index b07491100b5..70ce94e9ad7 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1193,7 +1193,7 @@ to report the corresponding error conditions.
  • The net/http/cgi package had a bug that mishandled the values of the environment variables -REMOTE_ADDR ad REMOTE_HOST. +REMOTE_ADDR and REMOTE_HOST. This has been fixed. Also, starting with Go 1.5 the package sets the REMOTE_PORT variable.