browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Use IANA HTTP status codes to match newer node #102

Open ghost opened 7 years ago

ghost commented 7 years ago

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.