Skip to content

Commit 065cd40

Browse files
author
Tom Schlick
committed
fix for Link header override....again
1 parent f5e8534 commit 065cd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http2ServerPushMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function addServerPushHeaders()
3333
{
3434
if (app('server-push')->hasLinks()) {
3535
$link = implode(',', app('server-push')->generateLinks());
36-
$this->response->headers->set('Link', $link);
36+
$this->response->headers->set('Link', $link, false);
3737
}
3838
}
3939

0 commit comments

Comments
 (0)