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
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>
0 commit comments