From 815cad3ed026c904b5b54a45c5e044b9a1f4538c Mon Sep 17 00:00:00 2001 From: Tom Bergan Date: Mon, 28 Aug 2017 11:09:37 -0700 Subject: [PATCH] [release-branch.go1.9] doc/1.9: add mention of net/http.LocalAddrContextKey Fixes #21603 Reviewed-on: https://go-review.googlesource.com/59530 Reviewed-by: Ian Lance Taylor Reviewed-on: https://go-review.googlesource.com/59670 Reviewed-by: Chris Broadfoot Reviewed-by: Tom Bergan Change-Id: Ie9732d57948593dc0306a4a649664eedb3de370c Reviewed-on: https://go-review.googlesource.com/68232 Reviewed-by: Chris Broadfoot --- doc/go1.9.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/go1.9.html b/doc/go1.9.html index ce103cdb9a..222e0e9ba0 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -740,6 +740,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:

    -- 2.48.1