jfrog / jfrog-client-go

All go clients for JFrog products
Apache License 2.0
260 stars 139 forks source link

Fix http client redirect race condition #964

Closed sverdlov93 closed 2 months ago

sverdlov93 commented 2 months ago

The HTTP client is a shared resource between go routines, so to handle this override we clone it.