]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.9] internal/poll: only call SetFileCompletionNotificationModes...
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 11 Oct 2017 07:23:30 +0000 (18:23 +1100)
committerRuss Cox <rsc@golang.org>
Wed, 25 Oct 2017 20:23:32 +0000 (20:23 +0000)
commit7e7cb30475d69bfbaaa8c7519c551f9bd243a756
tree136962632f063a3a6939d3e39f21a00699905e02
parentf259aed0822dd42182b297740e3c5dcd09e40a84
[release-branch.go1.9] internal/poll: only call SetFileCompletionNotificationModes for sockets

CL 36799 made SetFileCompletionNotificationModes to be called for
file handles. I don't think it is correct. Revert that change.

Fixes #22024
Fixes #22207

Change-Id: I26260e8a727131cffbf60958d79eca2457495554
Reviewed-on: https://go-review.googlesource.com/69871
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/70990
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/internal/poll/fd_windows.go