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
It accepts a apache http client, but closes it after every call. This means multiple threads cannot safely share the same rest client instance.
I'm not sure what is relying on this behavior, and so if we fix it directly it may introduce resource leaks for clients that aren't closing their http client elsewhere.
The text was updated successfully, but these errors were encountered:
It accepts a apache http client, but closes it after every call. This means multiple threads cannot safely share the same rest client instance.
I'm not sure what is relying on this behavior, and so if we fix it directly it may introduce resource leaks for clients that aren't closing their http client elsewhere.
The text was updated successfully, but these errors were encountered: