Current icorrect: 425 (Unordered Collection) https://github.com/nodejs/node/blob/master/lib/_http_server.js#L115
Correct code: 425 (Too Early) https://tools.ietf.org/html/rfc8470#section-5.2
RFC 4918, that was mentioned in comment, does not contain status code 425.
I've found this name for this status code only in the very old and one of the first RFC 3648 drafts.
Thus, the idea of renaming this status code for the future Node.js versions seems to be good.
Related issue: #1470
- Version: any
- Platform: any
- Subsystem: any
Current icorrect: 425 (Unordered Collection) https://github.com/nodejs/node/blob/master/lib/_http_server.js#L115
Correct code: 425 (Too Early) https://tools.ietf.org/html/rfc8470#section-5.2
RFC 4918, that was mentioned in comment, does not contain status code 425.
I've found this name for this status code only in the very old and one of the first RFC 3648 drafts.
Thus, the idea of renaming this status code for the future Node.js versions seems to be good.
Related issue: #1470