Skip to content

Commit f7339b3

Browse files
tomberganianlancetaylor
authored andcommitted
[release-branch.go1.9] 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 <[email protected]> Reviewed-on: https://go-review.googlesource.com/59670 Reviewed-by: Chris Broadfoot <[email protected]> Reviewed-by: Tom Bergan <[email protected]>
1 parent c8aec40 commit f7339b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/go1.9.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
740740
and
741741
<a href="/pkg/context/#WithValue"><code>context.WithValue</code></a> instead.
742742
</li>
743+
744+
<li><!-- CL 35490 -->
745+
<a href="/pkg/net/http/#LocalAddrContextKey"><code>LocalAddrContextKey</code></a> now contains
746+
the connection's actual network address instead of the interface address used by the listener.
747+
</li>
743748
</ul>
744749

745750
<p>Client &amp; Transport changes:</p>

0 commit comments

Comments
 (0)