]> Cypherpunks repositories - gostls13.git/commit
net: prevent cancelation goroutine from adjusting fd timeout after connect
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Jul 2016 11:42:11 +0000 (13:42 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Aug 2016 00:55:45 +0000 (00:55 +0000)
commit28ee17965703c4ef81cc97e5088539fe3e8e541f
tree20c4780cde4a8a5b05a27e2840871e567e942dc5
parent2629446df0cb906986f377d45cde307ffdae9675
net: prevent cancelation goroutine from adjusting fd timeout after connect

This was previously fixed in https://golang.org/cl/21497 but not enough.

Fixes #16523

Change-Id: I678543a656304c82d654e25e12fb094cd6cc87e8
Reviewed-on: https://go-review.googlesource.com/25330
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/dial_unix_test.go [new file with mode: 0644]
src/net/fd_unix.go
src/net/hook_unix.go