We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e8780 commit 7901307Copy full SHA for 7901307
src/Symfony/Component/HttpFoundation/Response.php
@@ -109,7 +109,7 @@ class Response
109
428 => 'Precondition Required', // RFC6585
110
429 => 'Too Many Requests', // RFC6585
111
431 => 'Request Header Fields Too Large', // RFC6585
112
- 451 => 'Unavailable For Legal Reasons',
+ 451 => 'Unavailable For Legal Reasons', // RFC7725
113
500 => 'Internal Server Error',
114
501 => 'Not Implemented',
115
502 => 'Bad Gateway',
0 commit comments