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

Allow for custom non-http transports #233

Merged
merged 1 commit into from
Sep 14, 2023
Merged

Allow for custom non-http transports #233

merged 1 commit into from
Sep 14, 2023

Conversation

averche
Copy link
Collaborator

@averche averche commented Sep 14, 2023

Description

The client will no longer error out in New if passed a non-standard Transport. However, passing a non-standard transport will result in errors if either TLSConfiguration or unix:// addresses are used.

Resolves #227

How has this been tested?

Added a test for the internal TLSConfiguration.empty() func

@averche averche requested a review from a team as a code owner September 14, 2023 19:57
@averche averche merged commit 0bdf670 into main Sep 14, 2023
4 checks passed
@averche averche deleted the transport branch September 14, 2023 20:55
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.

Use Custom Transport
2 participants