]> Cypherpunks repositories - gostls13.git/commit
net/http: don't crash if Server.Server is called with non-comparable Listener
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Apr 2018 17:20:18 +0000 (17:20 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 12 Apr 2018 17:39:03 +0000 (17:39 +0000)
commit740a209a2ed416fa0be306dca5c84e55954e6924
tree10f7fab8cf1f52e43928ef65cee764abac41170a
parent7a0bf9436960ffb0b2bd6c7421cd420aa8577402
net/http: don't crash if Server.Server is called with non-comparable Listener

Fixes #24812

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