aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Bergan <tombergan@google.com>2017-08-28 11:09:37 -0700
committerChris Broadfoot <cbro@golang.org>2017-10-04 18:35:59 +0000
commit815cad3ed026c904b5b54a45c5e044b9a1f4538c (patch)
treea93bfb820b5ba8a136f5b81ab8b29c62dfb39ff1
parent1900d34a1042834712c04b4492e573421d965df2 (diff)
downloadgo-815cad3ed026c904b5b54a45c5e044b9a1f4538c.tar.gz
go-815cad3ed026c904b5b54a45c5e044b9a1f4538c.zip
[release-branch.go1.9] doc/1.9: add mention of net/http.LocalAddrContextKey
Fixes #21603 Reviewed-on: https://go-review.googlesource.com/59530 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-on: https://go-review.googlesource.com/59670 Reviewed-by: Chris Broadfoot <cbro@golang.org> Reviewed-by: Tom Bergan <tombergan@google.com> Change-Id: Ie9732d57948593dc0306a4a649664eedb3de370c Reviewed-on: https://go-review.googlesource.com/68232 Reviewed-by: Chris Broadfoot <cbro@golang.org>
-rw-r--r--doc/go1.9.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index ce103cdb9a..222e0e9ba0 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -740,6 +740,11 @@ version of gccgo.
and
<a href="/pkg/context/#WithValue"><code>context.WithValue</code></a> instead.
</li>
+
+ <li><!-- CL 35490 -->
+ <a href="/pkg/net/http/#LocalAddrContextKey"><code>LocalAddrContextKey</code></a> now contains
+ the connection's actual network address instead of the interface address used by the listener.
+ </li>
</ul>
<p>Client &amp; Transport changes:</p>