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(Server): correct node version checks #1543

Merged
merged 1 commit into from Oct 25, 2018

Commits on Oct 24, 2018

  1. fix(Server): Correct version check in TLS default ECDH curve workaround

    Compare two parsed node version in number form may cause unexpected
    behavior when they have the same major version and different special
    minor version, like 8.12 is greater than 8.6 in semantic version form,
    in contrast to the number form.
    nekolab committed Oct 24, 2018
    Copy the full SHA
    a0fe800 View commit details
    Browse the repository at this point in the history