Files
wasmtime/crates/wasi-http
Brendan Burns 43ec4816f1 Make streams owned by request/response that they are tied to. (#6228)
* Make streams owned by request/response that they are tied to.

* Address comments, fix tests.

* Address comment.

* Update crates/wasi-http/src/streams_impl.rs

Co-authored-by: Pat Hickey <pat@moreproductive.org>

* Switch to BytesMut

---------

Co-authored-by: Pat Hickey <pat@moreproductive.org>
2023-04-21 18:17:06 +00:00
..