8000 Added 451 status code · symfony/symfony@df8952f · GitHub
[go: up one dir, main page]

Skip to content

Commit df8952f

Browse files
AndrewCarterUKfabpot
authored andcommitted
Added 451 status code
1 parent 11257ee commit df8952f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class Response
109109
428 => 'Precondition Required', // RFC6585
110110
429 => 'Too Many Requests', // RFC6585
111111
431 => 'Request Header Fields Too Large', // RFC6585
112+
451 => 'Unavailable For Legal Reasons',
112113
500 => 'Internal Server Error',
113114
501 => 'Not Implemented',
114115
502 => 'Bad Gateway',

0 commit comments

Comments
 (0)
0