Open
Description
Since nodejs/node@235036e, node has been updated to return HTTP status codes to match the IANA ones.
Please update your code so they match.
e.g: 302 Moved Temporarily
is now 302 Found
.
Metadata
Assignees
Labels
No labels
Since nodejs/node@235036e, node has been updated to return HTTP status codes to match the IANA ones.
Please update your code so they match.
e.g: 302 Moved Temporarily
is now 302 Found
.