http: fix case in 505 response status line

Fixes #4850.
pull/24507/merge
Ben Noordhuis 2013-02-26 15:17:26 +01:00
parent aa98539277
commit d4a297ccb0
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ var STATUS_CODES = exports.STATUS_CODES = {
502 : 'Bad Gateway', 502 : 'Bad Gateway',
503 : 'Service Unavailable', 503 : 'Service Unavailable',
504 : 'Gateway Time-out', 504 : 'Gateway Time-out',
505 : 'HTTP Version not supported', 505 : 'HTTP Version Not Supported',
506 : 'Variant Also Negotiates', // RFC 2295 506 : 'Variant Also Negotiates', // RFC 2295
507 : 'Insufficient Storage', // RFC 4918 507 : 'Insufficient Storage', // RFC 4918
509 : 'Bandwidth Limit Exceeded', 509 : 'Bandwidth Limit Exceeded',