We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
9c6a470
Ensure asynchronous middleware functions are awaited: bf626a3, b53874a
The previous while loop only waited for synchronous res.end or next() calls. If any Promise or Stream based middleware worked, it was purely by luck 😅
while
res.end
next()
Update benchmark code & result sets: f8a65b8, f5b3701, 76a0a37