]> Cypherpunks repositories - gostls13.git/commit
net/http: check for CloseWrite interface, not TCPConn implementation
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 Sep 2014 00:01:54 +0000 (17:01 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 25 Sep 2014 00:01:54 +0000 (17:01 -0700)
commit446524269ee152b8053d44117887bc3cc8d5ef9d
tree29c8f4f202edb95b43d248e46c3f148bc44c3e96
parente6f21be3f48802f18013a7e95bb3850882ab96e3
net/http: check for CloseWrite interface, not TCPConn implementation

Fixes #8724

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/148040043
src/net/http/export_test.go
src/net/http/serve_test.go
src/net/http/server.go