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

Error for TLSError? #20

Closed
alexcrichton opened this issue Sep 1, 2016 · 0 comments
Closed

Error for TLSError? #20

alexcrichton opened this issue Sep 1, 2016 · 0 comments

Comments

@alexcrichton
Copy link

Right now I'm in the process of adding rustls as a backend for tokio-tls, and one part that'd be nice is the ability to convert a TLS error to a normal I/O error, e.g. through io::Error::new(io::ErrorKind::Other, tls_error). That requires an implementation of the Error trait for TLSError, though. Would you be open to adding that?

ctz added a commit that referenced this issue Sep 3, 2016
@ctz ctz closed this as completed Sep 3, 2016
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

No branches or pull requests

2 participants