Skip to content

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Oct 12, 2024

Closes #296

@link2xt link2xt force-pushed the link2xt/passthrough-traits branch 2 times, most recently from 75ce0af to 75b1398 Compare October 12, 2024 08:59
@link2xt link2xt changed the title Pass through AsyncWrite for tokio::bufread decoder Pass through AsyncRead and AsyncWrite traits Oct 12, 2024
@link2xt link2xt force-pushed the link2xt/passthrough-traits branch from 75b1398 to 4d90e5b Compare October 12, 2024 09:00
@link2xt link2xt marked this pull request as ready for review October 12, 2024 09:00
@link2xt
Copy link
Contributor Author

link2xt commented Oct 12, 2024

I haven't passed AsyncBufRead, let's save it for another PR if needed.

@link2xt link2xt force-pushed the link2xt/passthrough-traits branch from 4d90e5b to b98e46b Compare October 12, 2024 09:05
@link2xt link2xt force-pushed the link2xt/passthrough-traits branch 2 times, most recently from cc91be3 to b81bfeb Compare October 13, 2024 03:39
Copy link
Collaborator

@NobodyXu NobodyXu left a comment

Choose a reason for hiding this comment

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

Is calling poll_flush in poll_close required to fix the test?

@link2xt link2xt force-pushed the link2xt/passthrough-traits branch from b81bfeb to a3d5d67 Compare October 13, 2024 06:28
@NobodyXu NobodyXu added this pull request to the merge queue Oct 13, 2024
@NobodyXu
Copy link
Collaborator

Thank you!

Merged via the queue into Nullus157:main with commit 5f51d42 Oct 13, 2024
16 checks passed
This was referenced Oct 13, 2024
@robjtede robjtede added the A-semver-minor non-breaking change label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-semver-minor non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrapping an AsyncRead + AsyncWrite stream

3 participants