You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
I got the reason, it is a bug of golang net/http), golang will try to reuse the connection for http.client.Do as default. but the connection maybe broken by haproxy stats connection of openstack. golang does not fix it currently.a workaround is close the connection immediately when we got the Response. maybe add line req.Close = true before provider_client.go#L181
Hi,
when I use
s, err := servers.Get(client, instanceID).Extract()
to refresh server status multiple times, i always get the error at the eighth times.the error message is so puzzled ::)
thanks.
The text was updated successfully, but these errors were encountered: