We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc10aee commit 75d7a02Copy full SHA for 75d7a02
doc/go1.9.html
@@ -745,6 +745,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
745
and
746
<a href="/pkg/context/#WithValue"><code>context.WithValue</code></a> instead.
747
</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>
753
</ul>
754
755
<p>Client & Transport changes:</p>
0 commit comments