mirror of
https://github.com/golang/go
synced 2024-11-26 18:26:48 -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:
parent
fc22331ccd
commit
91e3b35168
@ -1193,7 +1193,7 @@ to report the corresponding error conditions.
|
||||
<li>
|
||||
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
|
||||
<code>REMOTE_ADDR</code> ad <code>REMOTE_HOST</code>.
|
||||
<code>REMOTE_ADDR</code> and <code>REMOTE_HOST</code>.
|
||||
This has been fixed.
|
||||
Also, starting with Go 1.5 the package sets the <code>REMOTE_PORT</code>
|
||||
variable.
|
||||
|
Loading…
Reference in New Issue
Block a user