]> Cypherpunks repositories - gostls13.git/commit
net: only remove Unix domain socket file on the first call to Close
authorRuss Cox <rsc@golang.org>
Thu, 27 Oct 2016 00:13:33 +0000 (20:13 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 28 Oct 2016 18:29:19 +0000 (18:29 +0000)
commit13558c41ffa29d0af80e7e06d08af8eb0f0055fb
treed7609c4240a31e5c3f86bac7758c77c7929a37fc
parent87e48c5afdcf5e01bb2b7f51b7643e8901f4b7f9
net: only remove Unix domain socket file on the first call to Close

Fixes #17131.

Change-Id: I60b381687746fadce12ef18a190cbe3f435172f2
Reviewed-on: https://go-review.googlesource.com/32098
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
src/net/unixsock.go
src/net/unixsock_posix.go
src/net/unixsock_test.go