diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-09-14 12:54:43 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-09-14 12:54:43 +0100 |
| commit | f5666b293031c8b46bbeb0f4dad21baec37d2c0a (patch) | |
| tree | 40f1c6cce58e04f453694693b84268de68e46baa /vendor/symfony/http-foundation/Response.php | |
| parent | fbb7c24ea6b5eba4bded9beab647f831ac6850b5 (diff) | |
| download | webtrees-f5666b293031c8b46bbeb0f4dad21baec37d2c0a.tar.gz webtrees-f5666b293031c8b46bbeb0f4dad21baec37d2c0a.tar.bz2 webtrees-f5666b293031c8b46bbeb0f4dad21baec37d2c0a.zip | |
Update vendor code
Diffstat (limited to 'vendor/symfony/http-foundation/Response.php')
| -rw-r--r-- | vendor/symfony/http-foundation/Response.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/symfony/http-foundation/Response.php b/vendor/symfony/http-foundation/Response.php index 4e9fb8723c..3070aed610 100644 --- a/vendor/symfony/http-foundation/Response.php +++ b/vendor/symfony/http-foundation/Response.php @@ -718,6 +718,7 @@ class Response { if ($this->isFresh()) { $this->headers->set('Age', $this->getMaxAge()); + $this->headers->remove('Expires'); } return $this; |
