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(transport) Do not panic when building and Endpoint with an invali… #438

Merged
merged 2 commits into from
Aug 31, 2020

Conversation

alce
Copy link
Collaborator

@alce alce commented Aug 29, 2020

Fixes #437

Copy link
Member

@LucioFranco LucioFranco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There may be advantage to using the from_static call but I am not too concerned for this case since its rare and allocating is also fine.

@LucioFranco
Copy link
Member

This is a breaking change and we will need to release it as so.

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.

Client::connect(uri) panics on invalidly formatted URI (three slashes)
2 participants