Skip to content

Commit

Permalink
lint and keep-alive removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jimaek committed Mar 9, 2021
1 parent 8250d54 commit 7888576
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional_test.js
Expand Up @@ -17,14 +17,13 @@ const responses = {};
const expectedHeaders = {
'access-control-allow-origin': '*',
'cache-control': 'public, max-age=31919000',
'connection': 'keep-alive',
'cross-origin-resource-policy': 'cross-origin',
'date': '',
'last-modified': '',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'timing-allow-origin': '*',
'vary': 'Accept-Encoding',
'cdn-cache': '',
'cdn-cache': ''
};

let compressedExtensions;
Expand Down

0 comments on commit 7888576

Please sign in to comment.