fastlike
fastlike copied to clipboard
Carry downstream request context into each created request handle
If the wasm program makes a subrequest, that subrequest should carry a context that inherits from the original downstream request context. Should be simple enough to do, and it can help with cancellation.