-
Notifications
You must be signed in to change notification settings - Fork 503
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
clients/horizonclient: cant force disable http2 (or support custom http transport) #4154
Comments
Thanks for opening this issue. Could you clarify which client or which service the issue is occurring on? Are you running Or, are you using one of the clients in the |
pure golang and yep , I use clients folder |
Which client in the
Is it the
The This issues appear to have been backported and fixed in Go 1.16.10 (golang/go#48649) and Go 1.17.3 (golang/go#48650). If you can maybe you can upgrade to those versions so that the bug does not affect you. |
okay , I checked , many thanx : ) |
you can do some change like this
https://github.com/grafana/k6/pull/2222/files
the golang old version has http2 deadlock bug , if use goroutine and node rpc or service provider make his gateway to support http2 , the http connection pool possible all stop and never return , even you set all possible timeout configs
The text was updated successfully, but these errors were encountered: