From: Tom Bergan Date: Mon, 28 Aug 2017 18:09:37 +0000 (-0700) Subject: doc/1.9: add mention of net/http.LocalAddrContextKey X-Git-Tag: go1.10beta1~1319 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=75d7a02e86353272e40eb31c923f15d5e5ccdb6b;p=gostls13.git 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 --- diff --git a/doc/go1.9.html b/doc/go1.9.html index 90bf442f70..fa50ae7805 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -745,6 +745,11 @@ version of gccgo. and context.WithValue instead. + +
  • + LocalAddrContextKey now contains + the connection's actual network address instead of the interface address used by the listener. +
  • Client & Transport changes: