Skip to content

native-tls: fix buffered io hang#106

Draft
LucioFranco wants to merge 3 commits intomasterfrom
lucio/fix-nativetls-buffered-hang
Draft

native-tls: fix buffered io hang#106
LucioFranco wants to merge 3 commits intomasterfrom
lucio/fix-nativetls-buffered-hang

Conversation

@LucioFranco
Copy link
Member

Follow up on #99

}
Poll::Ready(Err(_e)) => {
mut_self.0 = Some(s);
todo!("figure out how to bubble up the io error")
Copy link
Member Author

Choose a reason for hiding this comment

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

@sfackler do you know how we can bubble up an io error through native_tls::Error or should we create a new error type here that wraps both?

Copy link

Choose a reason for hiding this comment

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

You may need to make a wrapper type (or just use box<error>.

@LucioFranco LucioFranco requested review from djc, quininer and sfackler May 6, 2022 17:14
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.

3 participants