]> Cypherpunks repositories - gostls13.git/commitdiff
doc/1.9: add mention of net/http.LocalAddrContextKey
authorTom Bergan <tombergan@google.com>
Mon, 28 Aug 2017 18:09:37 +0000 (11:09 -0700)
committerTom Bergan <tombergan@google.com>
Mon, 28 Aug 2017 19:21:54 +0000 (19:21 +0000)
Fixes #21603

Change-Id: I42fb7ea2dd7f6d6a201171055beaeda68c26b823
Reviewed-on: https://go-review.googlesource.com/59530
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.9.html

index 90bf442f70f90cf551c9176a85c7a906096eeb3a..fa50ae78059a5f3e92d71eb73bc8e856a258addf 100644 (file)
@@ -745,6 +745,11 @@ version of gccgo.
         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>