mirror of https://github.com/nodejs/node.git
parent
aa98539277
commit
d4a297ccb0
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue