Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix "resource has children" error in
spin_sdk.http.send
(#116)
We were neglecting to drop the resource returned by `incoming-response.headers` prior to dropping the `incoming-response` itself. Either I'm crazy and this never worked or `wasmtime-wasi` wasn't enforcing this parent-child relationship last time I tested it. Either way, this points to an urgent need for CI test coverage. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
- Loading branch information