You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
cargo test -p wasmtime-wasi-http 'p3::outgoing::http_0_3_outbound_request_large_post'
panics with:
thread '<unnamed>' panicked at /Users/rvolosatovs/.cargo/git/checkouts/witx-bindgen-80318ec43c150aef/40ca9b1/crates/guest-rust/rt/src/async_support/stream_support.rs:167:9:
assertion failed: buf.remaining() == 0 || matches!(status, StreamResult::Closed)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test p3::outgoing::http_0_3_outbound_request_large_post ... FAILED
On dffca0b
panics with: