We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netpoll/netpoll_server.go
Lines 93 to 101 in 6a5a4f7
syscall.Accept returns Errno
syscall.Accept
Errno
And error descriptions are defined in zerros_*_*.go
zerros_*_*.go
https://github.com/golang/go/blob/245e95dfabd77f337373bf2d6bb47cd353ad8d74/src/syscall/zerrors_linux_amd64.go#L1358-L1490
cd /usr/local/go/src/syscall grep closed zerrors_*
output no lines.
The text was updated successfully, but these errors were encountered:
notive and will Investigate it, thanks
Sorry, something went wrong.
No branches or pull requests
netpoll/netpoll_server.go
Lines 93 to 101 in 6a5a4f7
syscall.Accept
returnsErrno
And error descriptions are defined in
zerros_*_*.go
https://github.com/golang/go/blob/245e95dfabd77f337373bf2d6bb47cd353ad8d74/src/syscall/zerrors_linux_amd64.go#L1358-L1490
output no lines.
The text was updated successfully, but these errors were encountered: