]> Cypherpunks repositories - gostls13.git/commit
net: add missing Close tests
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 29 Apr 2015 08:16:21 +0000 (17:16 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 29 Apr 2015 23:01:45 +0000 (23:01 +0000)
commit4f38ef811f0aedb7d61932caff43695ddc4f9c89
treee10f3126d5757e2199fad25a5a374d0c7562ce47
parent1ab60c2930a0b3f95589a89883cf863becb1e56e
net: add missing Close tests

This change adds missing CloseRead test and Close tests on Conn,
Listener and PacketConn with various networks.

Change-Id: Iadf99eaf526a323f853d203edc7c8d0577f67972
Reviewed-on: https://go-review.googlesource.com/9469
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/net_test.go