Skip to content

Commit

Permalink
Merge pull request #1915 from yaxia/master
Browse files Browse the repository at this point in the history
Remove content-length and transfer-encoding headers from defaultProxyHeaderWhiteList
  • Loading branch information
simov committed Nov 19, 2015
2 parents 777581d + 7990fa6 commit 7f3489a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tunnel.js
Expand Up @@ -12,7 +12,6 @@ var defaultProxyHeaderWhiteList = [
'cache-control',
'content-encoding',
'content-language',
'content-length',
'content-location',
'content-md5',
'content-range',
Expand All @@ -24,7 +23,6 @@ var defaultProxyHeaderWhiteList = [
'pragma',
'referer',
'te',
'transfer-encoding',
'user-agent',
'via'
]
Expand Down

0 comments on commit 7f3489a

Please sign in to comment.