diff --git a/doc/go1.5.html b/doc/go1.5.html index b07491100b534..70ce94e9ad73c 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1193,7 +1193,7 @@

Minor changes to the library

  • 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.