File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/Symfony/Component/HttpFoundation Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ class Response
81
81
303 => 'See Other ' ,
82
82
304 => 'Not Modified ' ,
83
83
305 => 'Use Proxy ' ,
84
- 306 => 'Reserved ' ,
85
84
307 => 'Temporary Redirect ' ,
86
85
308 => 'Permanent Redirect ' , // RFC7238
87
86
400 => 'Bad Request ' ,
@@ -97,12 +96,11 @@ class Response
97
96
410 => 'Gone ' ,
98
97
411 => 'Length Required ' ,
99
98
412 => 'Precondition Failed ' ,
100
- 413 => 'Request Entity Too Large ' ,
101
- 414 => 'Request- URI Too Long ' ,
99
+ 413 => 'Payload Too Large ' ,
100
+ 414 => 'URI Too Long ' ,
102
101
415 => 'Unsupported Media Type ' ,
103
- 416 => 'Requested Range Not Satisfiable ' ,
102
+ 416 => 'Range Not Satisfiable ' ,
104
103
417 => 'Expectation Failed ' ,
105
- 418 => 'I \'m a teapot ' , // RFC2324
106
104
422 => 'Unprocessable Entity ' , // RFC4918
107
105
423 => 'Locked ' , // RFC4918
108
106
424 => 'Failed Dependency ' , // RFC4918
You can’t perform that action at this time.
0 commit comments