Uh oh!
There was an error while loading. Please reload this page.
Updates - #7
Conversation
pchickey
commented
Nov 26, 2024
@calvinrp I've done a ton of work on wstd since you posted this, fixing a handful of the issues you found here and even lifting some of this work directly into my PRs. Do you want to take another pass based on the latest main? Please note there are still a lot of known bugs in wstd, I have to do a bunch of rework on the reactor/poller based on stuff I discovered in #26 |
@pchickey |
calvinrp
commented
Jan 29, 2025
Closing this PR. Thank you for all the updates that were merged and released in v0.5 |
read_to_endtoAsyncReadtraitFields(used forHeadersandTrailers)Getting the trailers on http response is commented out. The current release of wasmtime panics incorrectly. Made a NOTE in the source code. Can uncomment after bytecodealliance/wasmtime#9208 is released.
Tested making outgoing requests with headers and reading the response.