mirror of https://github.com/golang/go.git
doc/1.9: add mention of net/http.LocalAddrContextKey
Fixes #21603 Change-Id: I42fb7ea2dd7f6d6a201171055beaeda68c26b823 Reviewed-on: https://go-review.googlesource.com/59530 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
dc10aeeff8
commit
75d7a02e86
|
|
@ -745,6 +745,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 & Transport changes:</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue