Skip to content

Commit

Permalink
we support RFC 7725
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 1, 2016
1 parent 6b978f9 commit 1ee33fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Message/Response.pm
Expand Up @@ -56,7 +56,7 @@ my %MESSAGES = (
428 => 'Precondition Required', # RFC 6585
429 => 'Too Many Requests', # RFC 6585
431 => 'Request Header Fields Too Large', # RFC 6585
451 => 'Unavailable For Legal Reasons', # Draft
451 => 'Unavailable For Legal Reasons', # RFC 7725
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down

0 comments on commit 1ee33fa

Please sign in to comment.