Skip to content

Commit

Permalink
doc/1.9: add mention of net/http.LocalAddrContextKey
Browse files Browse the repository at this point in the history
Fixes golang#21603

Change-Id: I42fb7ea2dd7f6d6a201171055beaeda68c26b823
Reviewed-on: https://go-review.googlesource.com/59530
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
tombergan committed Aug 28, 2017
1 parent dc10aee commit 75d7a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/go1.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
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>
Expand Down

0 comments on commit 75d7a02

Please sign in to comment.