Skip to content

Commit

Permalink
Added 451 status code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCarterUK authored and fabpot committed Jan 25, 2016
1 parent 11257ee commit df8952f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/HttpFoundation/Response.php
Expand Up @@ -109,6 +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',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
Expand Down

0 comments on commit df8952f

Please sign in to comment.