dicej requested elliottt for a review on PR #9208.
dicej opened PR #9208 from dicej:wasi-http-trailers
to bytecodealliance:main
:
Previously, we would return
error-code::connection-terminated
in this case, whereas thewasi-http
spec says we should simply returnnone
(i.e. it's not an error if there are no trailers present).This also adds code to
api_proxy_streaming.rs
to check for trailers after reading the body content.<!--
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
-->
dicej requested wasmtime-core-reviewers for a review on PR #9208.
dicej updated PR #9208.
alexcrichton submitted PR review.
alexcrichton commented on PR #9208:
Thanks!
alexcrichton merged PR #9208.
Last updated: Nov 22 2024 at 17:03 UTC