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
httpclient.Do forces closes connection whereas hystrix.Do doesn't.
I am using httpclient.Do in my project, due to which my connection is forced closed after every request.
httpclient.Do forces closes connection whereas hystrix.Do doesn't.
I am using httpclient.Do in my project, due to which my connection is forced closed after every request.
request.Close = true
above closes the connection.Edit:
I see that a PR #122 is raised to fix this but it is not yet merged. Can this be merged please?
The text was updated successfully, but these errors were encountered: