• Dmitriy Vyukov's avatar
    net: fix concurrent Accept on windows · 77f21eea
    Dmitriy Vyukov authored
    Runtime netpoll supports at most one read waiter
    and at most one write waiter. It's responsibility
    of net package to ensure that. Currently windows
    implementation allows more than one waiter in Accept.
    It leads to "fatal error: netpollblock: double wait".
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/12400045
    77f21eea
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...