1
0
mirror of https://github.com/golang/go synced 2024-11-26 23:41:37 -07:00

doc/go1.5.html: fix typo

Change-Id: Ic61fd38e7d2e0821c6adcaa210199a7dae8849a7
Reviewed-on: https://go-review.googlesource.com/13281
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Mikio Hara 2015-08-06 11:18:27 +09:00 committed by Russ Cox
parent fc22331ccd
commit 91e3b35168

View File

@ -1193,7 +1193,7 @@ to report the corresponding error conditions.
<li> <li>
The <a href="/pkg/net/http/cgi/"><code>net/http/cgi</code></a> package The <a href="/pkg/net/http/cgi/"><code>net/http/cgi</code></a> package
had a bug that mishandled the values of the environment variables had a bug that mishandled the values of the environment variables
<code>REMOTE_ADDR</code> ad <code>REMOTE_HOST</code>. <code>REMOTE_ADDR</code> and <code>REMOTE_HOST</code>.
This has been fixed. This has been fixed.
Also, starting with Go 1.5 the package sets the <code>REMOTE_PORT</code> Also, starting with Go 1.5 the package sets the <code>REMOTE_PORT</code>
variable. variable.