[HttpFoundation] add Early Hints in Reponse to fix test

This commit is contained in:
Amrouche Hamza 2017-10-31 07:14:14 +01:00
parent d7e859e3c8
commit 71ad77aed3
No known key found for this signature in database
GPG Key ID: 6968F2785ED4F012
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ class Response
100 => 'Continue',
101 => 'Switching Protocols',
102 => 'Processing', // RFC2518
103 => 'Early Hints',
200 => 'OK',
201 => 'Created',
202 => 'Accepted',