Skip to content

fix(transport) Do not panic when building and Endpoint with an invali… - #438

Merged
LucioFranco merged 2 commits into
grpc:masterfrom
alce:dont-panic
Aug 31, 2020
Merged

fix(transport) Do not panic when building and Endpoint with an invali…#438
LucioFranco merged 2 commits into
grpc:masterfrom
alce:dont-panic

Conversation

@alce

@alce alce commented Aug 29, 2020

Copy link
Copy Markdown
Contributor

Fixes #437

@LucioFranco LucioFranco left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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