### Describe the bug If `getRequest` fails for whatever reason, a 400 Bad Request response is issued, but `handleError` isn't invoked because the adapter has no power to do so ### Reproduction create a new project, build it with `adapter-node`, run `node build`, then do this ``` curl -X TRACE http://localhost:3000/whatever ``` ### Logs _No response_ ### System Info ```Shell latest ``` ### Severity annoyance ### Additional Information _No response_