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: