doc/go1.5.html | 2 +- diff --git a/doc/go1.5.html b/doc/go1.5.html index b07491100b53494347016c5ff2824b97b86b2a57..70ce94e9ad73cb30828922f979f70f39d3531e3d 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -1193,7 +1193,7 @@
  • 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.