]> Cypherpunks repositories - gostls13.git/commit
net/http: make LocalAddrContext handle wildcard interface
authorMichael Fraenkel <michael.fraenkel@gmail.com>
Thu, 19 Jan 2017 04:47:54 +0000 (23:47 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Apr 2017 00:52:20 +0000 (00:52 +0000)
commit819d1cce6e1cfc4439219a22f9356f6885546029
treec7b1fc83c75a09644a1ac590cad2e272b3015d5b
parentd2863996416fed7f90bdc4b76249f8c62d065bd0
net/http: make LocalAddrContext handle wildcard interface

The LocalAddrContext should have the network address of the actual
interface.

Fixes #18686

Change-Id: I9c401eda312f3a0e7e65b013af827aeeef3b4d3d
Reviewed-on: https://go-review.googlesource.com/35490
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/serve_test.go
src/net/http/server.go