We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
createClient
This line overrides Transport in custom http.Client.
resty/default.go
Line 300 in 7d81d55
In my case I lost proxy settings from my own http.Client.
The text was updated successfully, but these errors were encountered:
@turboezh Nice catch, thanks. It seems I missed this part when I introduced feature of accepting client. I will correct it.
Sorry, something went wrong.
#146 address transport override part
dcac3e6
@turboezh I have corrected it on edge, to be released in v1.5. Thanks.
v1.5
jeevatkm
No branches or pull requests
This line overrides Transport in custom http.Client.
resty/default.go
Line 300 in 7d81d55
I think this line should be removed, it has no sense because transport already embedded in client.
In my case I lost proxy settings from my own http.Client.
The text was updated successfully, but these errors were encountered: