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 SPDY fails in node >= 11.1.0 #1660

Merged
merged 4 commits into from
Feb 18, 2019
Merged

Fix SPDY fails in node >= 11.1.0 #1660

merged 4 commits into from
Feb 18, 2019

Commits on Feb 11, 2019

  1. Fix SPDY fails in node >= 11.1.0

    In node v11+:
    ```
    util.js:305
        throw new ERR_INVALID_ARG_TYPE('superCtor.prototype',
        ^
    
    TypeError [ERR_INVALID_ARG_TYPE]: The "superCtor.prototype" property must be of type Object. Received type undefined
    ```
    yi-ge committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    e38b654 View commit details
    Browse the repository at this point in the history
  2. Update Server.js

    yi-ge committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    d18fa1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3615b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Update Server.js

    yi-ge committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    6a655ec View commit details
    Browse the repository at this point in the history