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
Jun 09 14:19:41.942 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443- Jun 09 14:20:46.956 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443->61.131.11.252:56611: i/o timeout; retrying in 10ms Jun 09 14:21:51.973 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443- Jun 09 14:22:56.996 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443->122.189.210.208:16086: i/o timeout; retrying in 40ms Jun 09 14:24:02.038 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443->61.131.11.252:57558: i/o timeout; retrying in 80ms Jun 09 14:25:07.120 ERROR server: server.go:2169 http: Accept error: read tcp 128.199.223.25:443->61.131.11.252:57560: i/o timeout; retrying in 160ms
Because Accept() is blocking, this prevents us from processing other connections.
The text was updated successfully, but these errors were encountered:
Should we consider this closed @oxtoacart ?
Sorry, something went wrong.
Yes, this seems okay now.
No branches or pull requests
Because Accept() is blocking, this prevents us from processing other connections.
The text was updated successfully, but these errors were encountered: