Add missing RFC comment

This commit is contained in:
Diego Saint Esteben 2016-03-01 21:02:26 -03:00
parent 17e8780750
commit 79013072f3

View File

@ -109,7 +109,7 @@ class Response
428 => 'Precondition Required', // RFC6585
429 => 'Too Many Requests', // RFC6585
431 => 'Request Header Fields Too Large', // RFC6585
451 => 'Unavailable For Legal Reasons',
451 => 'Unavailable For Legal Reasons', // RFC7725
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',