Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "x-forwarded-proto" in node 0.12 and iojs #789

Merged
merged 1 commit into from
Mar 12, 2015
Merged

fix "x-forwarded-proto" in node 0.12 and iojs #789

merged 1 commit into from
Mar 12, 2015

Conversation

feross
Copy link
Contributor

@feross feross commented Mar 11, 2015

The way to detect TLSSockets in node 0.12 and iojs has changed. You can
just check socket.encrypted now :)

Fixes #772

The way to detect TLSSockets in node 0.12 and iojs has changed. You can
just check `socket.encrypted` now :)

Fixes #772
feross added a commit to webtorrent/webtorrent.io that referenced this pull request Mar 11, 2015
@jcrugzz
Copy link
Contributor

jcrugzz commented Mar 12, 2015

@feross awesome thanks! :)

jcrugzz added a commit that referenced this pull request Mar 12, 2015
fix "x-forwarded-proto" in node 0.12 and iojs
@jcrugzz jcrugzz merged commit 245d73a into http-party:master Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

x-forwarded-proto incorrectly set to 'http' on node 0.12.0
2 participants