]> Cypherpunks repositories - gostls13.git/commit
runtime: does not report duplicate errors in netpoll
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 26 Mar 2013 16:25:43 +0000 (20:25 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 26 Mar 2013 16:25:43 +0000 (20:25 +0400)
commit94599ea745f46d2645c12481faad930084e94546
tree91a0e2cddc29a137f14adad00645e25ea1c805ed
parent9d97b55d387ebbd24691bd16af41d74330b920aa
runtime: does not report duplicate errors in netpoll
Prevents storm of error messages if something goes wrong.
In the case of issue 5073 the epoll fd was closed by the test.
Update #5073.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/7966043
src/pkg/runtime/netpoll_epoll.c
src/pkg/runtime/netpoll_kqueue.c