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

quic: refactor QuicSession stats and use net.BlockList #34741

Closed
wants to merge 6 commits into from

Commits on Aug 17, 2020

  1. Copy the full SHA
    b92fa36 View commit details
    Browse the repository at this point in the history
  2. quic: resolve InitializeSecureContext TODO comment

    Using a static label is sufficient.
    jasnell committed Aug 17, 2020
    Copy the full SHA
    717c656 View commit details
    Browse the repository at this point in the history
  3. quic: clarify TODO statements

    jasnell committed Aug 17, 2020
    Copy the full SHA
    ff2159a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d3feff4 View commit details
    Browse the repository at this point in the history
  5. src: allow instances of net.BlockList to be created internally

    Initial PR had it so that user code would create BlockList
    instances. This sets it up so that instances can be created
    internally by Node.js
    jasnell committed Aug 17, 2020
    Copy the full SHA
    cc5c456 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    40e2ca3 View commit details
    Browse the repository at this point in the history