We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aec40 commit f7339b3Copy full SHA for f7339b3
doc/go1.9.html
@@ -740,6 +740,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
740
and
741
<a href="/pkg/context/#WithValue"><code>context.WithValue</code></a> instead.
742
</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>
748
</ul>
749
750
<p>Client & Transport changes:</p>
0 commit comments