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

Switched over remaining usage of http.Client to use common transport #137

Conversation

joereuss12
Copy link
Contributor

There were a few spots in newer code looking for the TLSSkipVerify on its own. Changed them over to use the common GetTransport function. I also had to rename the function to be capital letters since that's how Go reads functions from other packages.

There were a few spots in newer code looking for the TLSSkipVerify on its own. Changed them over to use the common GetTransport function. I also had to rename the function to be capital letters since that's how Go reads functions from other packages.
@joereuss12 joereuss12 linked an issue Sep 14, 2023 that may be closed by this pull request
@jhiemstrawisc
Copy link
Member

Bypassing merge restrictions because all I did was fix a small linter error.

@jhiemstrawisc jhiemstrawisc merged commit 5f83eee into PelicanPlatform:main Sep 14, 2023
4 checks passed
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.

Switch remaining usage of http.Client to use common transport
2 participants