Skip to content

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

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

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

Conversation

@pchickey

@pchickeypchickey commented Nov 20, 2024

Copy link
Copy Markdown
Contributor

Largely lifted from #7

Closes#12

Closes#16

pchickeyand 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
@pchickeypchickey changed the title Add AsyncRead::read_to_endAdd AsyncRead::read_to_end and AsyncWrite::write_allNov 20, 2024
@pchickey
pchickey merged commit 283f11f into mainNov 20, 2024
@pchickey
pchickey deleted the pch/read_to_end branch December 18, 2024 20:39
Sign up for freeto 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

@pchickey