8000 [HttpFoundation] Fix tests: new message for status 425 · symfony/symfony@5c3a8a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c3a8a2

Browse files
committed
[HttpFoundation] Fix tests: new message for status 425
1 parent 1da4252 commit 5c3a8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Response
169169
422 => 'Unprocessable Entity', // RFC4918
170170
423 => 'Locked', // RFC4918
171171
424 => 'Failed Dependency', // RFC4918
172-
425 => 'Reserved for WebDAV advanced collections expired proposal', // RFC2817
172+
425 => 'Too Early', // RFC-ietf-httpbis-replay-04
173173
426 => 'Upgrade Required', // RFC2817
174174
428 => 'Precondition Required', // RFC6585
175175
429 => 'Too Many Requests', // RFC6585

0 commit comments

Comments
 (0)
0