Skip to content

Commit

Permalink
Correct case.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Nov 17, 2016
1 parent c14d401 commit 99fb0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport.coffee
Expand Up @@ -132,7 +132,7 @@ class Session
headers = {}
for key in ['referer', 'x-client-ip', 'x-forwarded-for', \
'x-cluster-client-ip', 'via', 'x-real-ip', \
'x-forwarded-proto', 'x-ssl', 'DNT', \
'x-forwarded-proto', 'x-ssl', 'dnt', \
'host', 'user-agent', 'accept-language']
headers[key] = req.headers[key] if req.headers[key]
if headers
Expand Down

0 comments on commit 99fb0f6

Please sign in to comment.