Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since awaiting a promising recursively unwraps it, returning a stream from an async function will attempt to wait the first value of the stream, hence we need to unpromisify when the return value of a handler is Promise<Stream>
- Loading branch information