8000 Merge branch '2.8' into 3.3 · symfony/symfony@3b54b3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b54b3d

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [HttpFoundation] add Early Hints in Reponse to fix test
2 parents 30f3b91 + f334fb5 commit 3b54b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class Response
126126
100 => 'Continue',
127127
101 => 'Switching Protocols',
128128
102 => 'Processing', // RFC2518
129+
103 => 'Early Hints',
129130
200 => 'OK',
130131
201 => 'Created',
131132
202 => 'Accepted',

0 commit comments

Comments
 (0)
0