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: refactor close/destroy for Http2Stream and Http2Session #17406

Closed
wants to merge 2 commits into from

Commits on Dec 18, 2017

  1. Copy the full SHA
    9312872 View commit details
    Browse the repository at this point in the history
  2. http2: cleanup Http2Stream/Http2Session destroy

    This is a significant cleanup and refactoring of the
    cleanup/close/destroy logic for Http2Stream and Http2Session.
    There are significant changes here in the timing and ordering
    of cleanup logic, JS apis. and various related necessary edits.
    jasnell committed Dec 18, 2017
    Copy the full SHA
    6bdbb28 View commit details
    Browse the repository at this point in the history