Showing with 1 addition and 0 deletions.
  1. +1 −0 lib/_http_server.js
@@ -56,6 +56,7 @@ var STATUS_CODES = exports.STATUS_CODES = {
304 : 'Not Modified',
305 : 'Use Proxy',
307 : 'Temporary Redirect',
308 : 'Permanent Redirect', // RFC 7238
400 : 'Bad Request',
401 : 'Unauthorized',
402 : 'Payment Required',