]> Cypherpunks repositories - gostls13.git/commit
net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept
authorIan Lance Taylor <iant@golang.org>
Tue, 1 May 2018 03:23:37 +0000 (20:23 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 May 2018 14:50:33 +0000 (14:50 +0000)
commit7f6105f138b3836e9ad85b8da26d44c742bf217b
tree85b082cf702f508a0932c39436a5cb6956fa8d43
parent1129ec2ffeccbd668e0a19f60bbe8ef251b05e5f
net, syscall: make ECONNRESET/ECONNABORTED only temporary for Accept

Updates #6163
Fixes #24808

Change-Id: I4f5c686ebf60f72f71f566199ee3e946076202bb
Reviewed-on: https://go-review.googlesource.com/110439
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/error_nacl.go [new file with mode: 0644]
src/net/error_plan9.go [new file with mode: 0644]
src/net/error_unix.go [new file with mode: 0644]
src/net/error_windows.go [new file with mode: 0644]
src/net/net.go
src/net/net_test.go
src/syscall/syscall_unix.go
src/syscall/syscall_windows.go