Hugo Ortiz

Results 3 issues of Hugo Ortiz

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...

template: bug

break middleware chain, given the response has been sent, it will prevent ERR_HTTP_HEADERS_SENT, fix #144

When I make a request for a listed path in my swagger file, i.e. POST /countries, but this path only allow GET requests, I can see the 405 status code...