]> Cypherpunks repositories - gostls13.git/commit
net: add missing aborted connection handling on accept test
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 19 Feb 2016 08:45:22 +0000 (17:45 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 21 Feb 2016 03:32:36 +0000 (03:32 +0000)
commit92b74d0940cd46e3a480137844d9d61986f7d895
tree2056b6a0822b2f1aff847d90b20f124645d39dbc
parent64d2a88105d503d1a0275388823b8112a870d13b
net: add missing aborted connection handling on accept test

This change adds TestAcceptIgnoreAbortedConnRequest to test accepting
aborted connection requests on all supported platforms except Plan 9.

Change-Id: I5936b04085184ff348539962289b1167ec4ac619
Reviewed-on: https://go-review.googlesource.com/19707
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/error_plan9_test.go
src/net/error_posix_test.go
src/net/error_unix_test.go [new file with mode: 0644]
src/net/error_windows_test.go [new file with mode: 0644]
src/net/fd_windows.go
src/net/hook_windows.go
src/net/main_windows_test.go
src/net/net_test.go