Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71ad77a

Browse filesBrowse files
author
Amrouche Hamza
committed
[HttpFoundation] add Early Hints in Reponse to fix test
1 parent d7e859e commit 71ad77a
Copy full SHA for 71ad77a

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/HttpFoundation/Response.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Response.php
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.