Skip to content

Commit 75d7a02

Browse files
committed
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>
1 parent dc10aee commit 75d7a02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/go1.9.html

+5
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
745745
and
746746
<a href="/pkg/context/#WithValue"><code>context.WithValue</code></a> instead.
747747
</li>
748+
749+
<li><!-- CL 35490 -->
750+
<a href="/pkg/net/http/#LocalAddrContextKey"><code>LocalAddrContextKey</code></a> now contains
751+
the connection's actual network address instead of the interface address used by the listener.
752+
</li>
748753
</ul>
749754

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

0 commit comments

Comments
 (0)