Open
Description
Middleware that modifies req
(normal express middleware) runs, and modifies req
, but the modified req
never gets to the handler, only the empty middleware output.
Middleware that returns data, works fine.
Referencing the only test for the normal express middleware here since it's a no-op and never changed the request data:
The test should be enhanced to cover a realistic use case, which would have highlighted this issue.
Metadata
Metadata
Assignees
Labels
No labels