http-browserify
http-browserify copied to clipboard
Use IANA HTTP status codes to match newer node
Since https://github.com/nodejs/node/commit/235036e7faa537469c3600850bdd533c095c392a, 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.