File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Response
53
53
*
54
54
* The list of codes is complete according to the
55
55
* {@link http://www.iana.org/assignments/http-status-codes/ Hypertext Transfer Protocol (HTTP) Status Code Registry}
56
- * (last updated 2012-02-13 ).
56
+ * (last updated 2016-03-01 ).
57
57
*
58
58
* Unless otherwise noted, the status code is defined in RFC2616.
59
59
*
@@ -101,6 +101,7 @@ class Response
101
101
416 => 'Requested Range Not Satisfiable ' ,
102
102
417 => 'Expectation Failed ' ,
103
103
418 => 'I \'m a teapot ' , // RFC2324
104
+ 421 => 'Misdirected Request ' , // RFC7540
104
105
422 => 'Unprocessable Entity ' , // RFC4918
105
106
423 => 'Locked ' , // RFC4918
106
107
424 => 'Failed Dependency ' , // RFC4918
You can’t perform that action at this time.
0 commit comments