Skip to content

wasi-http: Restore shared ownership of I/O task - #14229

Merged
fitzgen merged 2 commits into
bytecodealliance:mainfrom
adamrk:restore-shared-http-ownership
Sep 10, 2026
Merged

wasi-http: Restore shared ownership of I/O task#14229
fitzgen merged 2 commits into
bytecodealliance:mainfrom
adamrk:restore-shared-http-ownership

Conversation

@adamrk

@adamrk adamrk commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Fix #14227 by reverting e13936a.

BodyWithState was needed to keep a reference to the Task driving the HTTP I/O.

@adamrk
adamrk requested review from a team as code owners August 28, 2026 20:39
@adamrk
adamrk requested review from pchickey and removed request for a team August 28, 2026 20:39

@pchickey pchickey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sorry, this fell off my plate but github just pinged me to get back to it

@fitzgen
fitzgen added this pull request to the merge queue Sep 10, 2026
Merged via the queue into bytecodealliance:main with commit 6a64085 Sep 10, 2026
54 checks passed
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.

Dropping future returned from creating an HTTP request immediately cancels the operation

3 participants