pchickey opened PR #7048 from bytecodealliance:pch/pr_7031_backport_13
to bytecodealliance:release-13.0.0
:
fix(wasi-http): honor permit in output stream
chore: enable large body test for wasi http
chore: disable large body test
fix(wasi-http): ensure output stream is flushed
fix(wasi-http): logical error in io check-write wrap
chore: fix outbound issue in usize casting
chore: enable large request test
chore: fix warnings
prtest:full
chore: call unreachable only on wasm32 arch
prtest:full
chore: disable wasi http tests failing on windows
chore: use renamed large request test
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
pchickey requested wasmtime-core-reviewers for a review on PR #7048.
pchickey requested fitzgen for a review on PR #7048.
pchickey requested alexcrichton for a review on PR #7048.
pchickey edited PR #7048:
Backport #7031 to release 13. We wouldn't ordinarily accept backports this late, but this is the last release where this code will exist, so we are fixing a streams problem with this PR.
fix(wasi-http): honor permit in output stream
chore: enable large body test for wasi http
chore: disable large body test
fix(wasi-http): ensure output stream is flushed
fix(wasi-http): logical error in io check-write wrap
chore: fix outbound issue in usize casting
chore: enable large request test
chore: fix warnings
prtest:full
chore: call unreachable only on wasm32 arch
prtest:full
chore: disable wasi http tests failing on windows
chore: use renamed large request test
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
pchickey edited PR #7048:
Backport #7031 to release 13. We wouldn't ordinarily accept backports this late, but this is the last release where this code will exist, so we are fixing a streams problem with this PR.
@eduardomourar
alexcrichton submitted PR review.
eduardomourar submitted PR review.
alexcrichton merged PR #7048.
Last updated: Nov 22 2024 at 16:03 UTC