Skip to content
New issue

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

OBFS4 proxies getting stuck in accept loop #93

Closed
oxtoacart opened this issue Jun 9, 2016 · 2 comments
Closed

OBFS4 proxies getting stuck in accept loop #93

oxtoacart opened this issue Jun 9, 2016 · 2 comments

Comments

@oxtoacart
Copy link
Contributor

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.

@oxtoacart oxtoacart self-assigned this Jun 9, 2016
@uaalto
Copy link

uaalto commented Jun 10, 2016

Should we consider this closed @oxtoacart ?

@oxtoacart
Copy link
Contributor Author

Yes, this seems okay now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants