Skip to content

Commit 8f910b9

Browse files
committed
[HttpFoundation] Expires HTTP Response header
renamed header from expire to expires
1 parent 42e01c3 commit 8f910b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/EventStreamResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(?callable $callback = null, int $status = 200, array
4848
'Cache-Control' => 'private, no-cache, no-store, must-revalidate, max-age=0',
4949
'X-Accel-Buffering' => 'no',
5050
'Pragma' => 'no-cache',
51-
'Expire' => '0',
51+
'Expires' => '0',
5252
];
5353

5454
parent::__construct($callback, $status, $headers);

0 commit comments

Comments
 (0)