Skip to content

Add AsyncRead::read_to_end and AsyncWrite::write_all#21

Merged
pchickey merged 5 commits intomainfrom
pch/read_to_end
Nov 20, 2024
Merged

Add AsyncRead::read_to_end and AsyncWrite::write_all#21
pchickey merged 5 commits intomainfrom
pch/read_to_end

Conversation

@pchickey
Copy link
Contributor

@pchickey pchickey commented Nov 20, 2024

Largely lifted from #7

Closes #12

Closes #16

pchickey and others added 5 commits November 20, 2024 11:20
stole this bit out of Calvin's PR: cbaf050

Co-authored-by: Calvin Prewitt <calvin@JafLabs.com>
Closes #12

this is also from cbaf050

Co-authored-by: Calvin Prewitt <calvin@JafLabs.com>
and use it to implement io::copy
@pchickey pchickey changed the title Add AsyncRead::read_to_end Add AsyncRead::read_to_end and AsyncWrite::write_all Nov 20, 2024
@pchickey pchickey merged commit 283f11f into main Nov 20, 2024
@pchickey pchickey deleted the pch/read_to_end branch December 18, 2024 20:39
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.

io: read_to_end and write_all, or more generally Async{Read,Write}Ext http: IncomingBody stream end isnt always an error

1 participant