gvisor/pkg/waiter
Brian Geffon a8b90a7158 Poll should wake up on ECONNREFUSED with no mask.
Today poll will not wake up on a ECONNREFUSED if no poll mask
is specified, which is equivalent to POLLHUP | POLLERR which are
implicitly added during the poll syscall.

PiperOrigin-RevId: 197967183
Change-Id: I668d0730c33701228913f2d0843b48491b642efb
2018-05-24 15:46:50 -07:00
..
fdnotifier Check in gVisor. 2018-04-28 01:44:26 -04:00
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
waiter.go Poll should wake up on ECONNREFUSED with no mask. 2018-05-24 15:46:50 -07:00
waiter_test.go Check in gVisor. 2018-04-28 01:44:26 -04:00