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 todo!() errors in legacy client #28

Merged
merged 1 commit into from
May 22, 2023

Conversation

film42
Copy link
Contributor

@film42 film42 commented May 21, 2023

Replace the todo!() with relevant errors from hyper::Error.

I saw istio/ztunnel#525 mention some not implemented errors in the legacy.rs client. I'm just an observer of both projects but figured I could make an attempt to clean up some of these todo!()s with something relevant from the hyper 0.14 side of things.

Feel free to close if this is way off, but this seems like a simple fix as folks are smoothing out the API.

cc @howardjohn

Replace the todo!() with relevant errors from hyper::Error
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

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

Hey, thanks for fixing these up! ❤️

@seanmonstar seanmonstar merged commit 4390d51 into hyperium:master May 22, 2023
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.

2 participants