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
8181 303 => 'See Other ' ,
8282 304 => 'Not Modified ' ,
8383 305 => 'Use Proxy ' ,
84- 306 => 'Reserved ' ,
8584 307 => 'Temporary Redirect ' ,
8685 308 => 'Permanent Redirect ' , // RFC7238
8786 400 => 'Bad Request ' ,
@@ -97,12 +96,11 @@ class Response
9796 410 => 'Gone ' ,
9897 411 => 'Length Required ' ,
9998 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 ' ,
102101 415 => 'Unsupported Media Type ' ,
103- 416 => 'Requested Range Not Satisfiable ' ,
102+ 416 => 'Range Not Satisfiable ' ,
104103 417 => 'Expectation Failed ' ,
105- 418 => 'I \'m a teapot ' , // RFC2324
106104 422 => 'Unprocessable Entity ' , // RFC4918
107105 423 => 'Locked ' , // RFC4918
108106 424 => 'Failed Dependency ' , // RFC4918
You can’t perform that action at this time.
0 commit comments