From 75d7a02e86353272e40eb31c923f15d5e5ccdb6b Mon Sep 17 00:00:00 2001 From: Tom Bergan Date: Mon, 28 Aug 2017 11:09:37 -0700 Subject: [PATCH] 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 --- doc/go1.9.html | 5 +++++ 1 file changed, 5 insertions(+) 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: