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

http2: fix session[kSession] undefined issue #24547

Closed
wants to merge 2 commits into from

Commits on Nov 22, 2018

  1. http2: fix session[kSession] undefined issue

    `finishSessionDestroy` already done session cleaning up.
    
    Fix: nodejs#24546
    leeight committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8e5e01c View commit details
    Browse the repository at this point in the history
  2. https: test/parallel/test-http2-server-session-destroy.js

    Co-Authored-By: leeight <[email protected]>
    oyyd and leeight committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    90e83cd View commit details
    Browse the repository at this point in the history