Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Fabrégat committed May 3, 2018
2 parents d47ed8e + ddf9b32 commit 2646b7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/HttpProxyResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ class HttpProxyResponse extends Response
{
protected const IMPORT_HEADERS = [
'content-type',
'last-modified',
'content-length',
'content-disposition',
'date',
'content-disposition'
'last-modified',
'etag',
'cache',
'pragma',
'expires',
'cache-control'
];

/**
Expand Down

0 comments on commit 2646b7b

Please sign in to comment.