]> Cypherpunks repositories - gostls13.git/commit
net, os: don't wait for Close in blocking mode
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Dec 2017 14:32:06 +0000 (06:32 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 14 Dec 2017 02:02:10 +0000 (02:02 +0000)
commit0f3ab149ec41cd35a9f61f49ce17bbc5af02537e
treed5358c32be73c5943862d87afbe0c6fb2c240d12
parentd0b2467966861e12d9c91043d52f3d7d114117d0
net, os: don't wait for Close in blocking mode

Updates #7970
Updates #21856
Updates #23111

Change-Id: I0cd0151fcca740c40c3c976f941b04e98e67b0bf
Reviewed-on: https://go-review.googlesource.com/83715
Reviewed-by: Russ Cox <rsc@golang.org>
src/internal/poll/fd_unix.go
src/net/fd_unix.go
src/os/file_unix.go
src/os/pipe_test.go