File tree 1 file changed +6
-1
lines changed
src/Symfony/Component/HttpFoundation
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,12 @@ class Response
64
64
const HTTP_UNPROCESSABLE_ENTITY = 422 ; // RFC4918
65
65
const HTTP_LOCKED = 423 ; // RFC4918
66
66
const HTTP_FAILED_DEPENDENCY = 424 ; // RFC4918
67
+
68
+ /**
69
+ * @deprecated
70
+ */
67
71
const HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL = 425 ; // RFC2817
72
+ const HTTP_TOO_EARLY = 425 ; // RFC-ietf-httpbis-replay-04
68
73
const HTTP_UPGRADE_REQUIRED = 426 ; // RFC2817
69
74
const HTTP_PRECONDITION_REQUIRED = 428 ; // RFC6585
70
75
const HTTP_TOO_MANY_REQUESTS = 429 ; // RFC6585
@@ -169,7 +174,7 @@ class Response
169
174
422 => 'Unprocessable Entity ' , // RFC4918
170
175
423 => 'Locked ' , // RFC4918
171
176
424 => 'Failed Dependency ' , // RFC4918
172
- 425 => 'Reserved for WebDAV advanced collections expired proposal ' , // RFC2817
177
+ 425 => 'Too Early ' , // RFC-ietf-httpbis-replay-04
173
178
426 => 'Upgrade Required ' , // RFC2817
174
179
428 => 'Precondition Required ' , // RFC6585
175
180
429 => 'Too Many Requests ' , // RFC6585
You can’t perform that action at this time.
0 commit comments