Describe the bug
using this example code:
await send(ctx, ctx.path, { root: __dirname + '/public' });
If the file is not found, the promise never resolves. This is a memory leak.
Node.js version:
OS version:
Description:
Actual behavior
Expected behavior
Code to reproduce
Checklist