fd_select.go
2.84 KB
-
re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86) · efbb12ae
PR go/48312 Fix fd_select.go for changes in FD handling. We have to wake up the goroutine waiting in select each time we change the set of descriptors we are waiting for, unlike epoll. From-SVN: r171623
Ian Lance Taylor committed