From: Mikio Hara Date: Thu, 6 Aug 2015 02:18:27 +0000 (+0900) Subject: doc/go1.5.html: fix typo X-Git-Tag: go1.5rc1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91e3b3516837372fac630698b1efc06e60909f4d;p=gostls13.git doc/go1.5.html: fix typo Change-Id: Ic61fd38e7d2e0821c6adcaa210199a7dae8849a7 Reviewed-on: https://go-review.googlesource.com/13281 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.5.html b/doc/go1.5.html index b07491100b..70ce94e9ad 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.