8000 [HttpFoundation] updated RFC references in Response · symfony/symfony@503a51f · GitHub
[go: up one dir, main page]

Skip to content

Commit 503a51f

Browse files
committed
[HttpFoundation] updated RFC references in Response
1 parent cb905c5 commit 503a51f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,25 @@ class Response
103103
416 => 'Requested Range Not Satisfiable',
104104
417 => 'Expectation Failed',
105105
418 => 'I\'m a teapot',
106-
422 => 'Unprocessable Entity', // RFC4918
107-
423 => 'Locked', // RFC4918
108-
424 => 'Failed Dependency', // RFC4918
106+
422 => 'Unprocessable Entity', // RFC4918
107+
423 => 'Locked', // RFC4918
108+
424 => 'Failed Dependency', // RFC4918
109109
425 => 'Reserved for WebDAV advanced collections expired proposal', // RFC2817
110-
426 => 'Upgrade Required', // RFC2817
111-
428 => 'Precondition Required', // RFC-nottingham-http-new-status-04
112-
429 => 'Too Many Requests', // RFC-nottingham-http-new-status-04
113-
431 => 'Request Header Fields Too Large', // RFC-nottingham-http-new-status-04
110+
426 => 'Upgrade Required', // RFC2817
111+
428 => 'Precondition Required', // RFC6585
112+
429 => 'Too Many Requests', // RFC6585
113+
431 => 'Request Header Fields Too Large', // RFC6585
114114
500 => 'Internal Server Error',
115115
501 => 'Not Implemented',
116116
502 => 'Bad Gateway',
117117
503 => 'Service Unavailable',
118118
504 => 'Gateway Timeout',
119119
505 => 'HTTP Version Not Supported',
120-
506 => 'Variant Also Negotiates (Experimental)', // [RFC2295]
121-
507 => 'Insufficient Storage', // RFC4918
122-
508 => 'Loop Detected', // RFC5842
123-
510 => 'Not Extended', // RFC2774
124-
511 => 'Network Authentication Required', // RFC-nottingham-http-new-status-04
120+
506 => 'Variant Also Negotiates (Experimental)', // RFC2295
121+
507 => 'Insufficient Storage', // RFC4918
122+
508 => 'Loop Detected', // RFC5842
123+
510 => 'Not Extended', // RFC2774
124+
511 => 'Network Authentication Required', // RFC6585
125125
);
126126

127127
/**

0 commit comments

Comments
 (0)
0