Skip to content
New issue

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

Fix proxy support #448

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Fix proxy support #448

merged 1 commit into from
Aug 5, 2024

Conversation

danielpaulus
Copy link
Owner

In Golang only the default http client uses the system wide env var. this led to some weird behavior with half
of go-ios supporting it and the other half not so much. I changed it to use the default transport always.

@danielpaulus danielpaulus merged commit b51df98 into main Aug 5, 2024
5 checks passed
@danielpaulus danielpaulus deleted the feature/httproxysupport branch August 5, 2024 19:57
michal-przytarski pushed a commit to bitbar/go-ios that referenced this pull request Sep 20, 2024
In Golang only the default http client uses the system wide env var. this led to some weird behavior with half
of go-ios supporting it and the other half not so much. I changed it to use the default transport always.
michal-przytarski added a commit to bitbar/go-ios that referenced this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant