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 clientHello #34541

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 31, 2020

  1. quic: refactor clientHello

    Refactor the `'clientHello'` event into a `clientHelloHandler`
    configuration option and async function. Remove the addContext
    API as it's not needed.
    jasnell committed Jul 31, 2020
    Copy the full SHA
    aa00ee0 View commit details
    Browse the repository at this point in the history
  2. quic: introduce QuicCallbackScope

    Alternative to `CallbackScope` that handles destroying the
    `QuicSession` in the try_catch cleanup.
    jasnell committed Jul 31, 2020
    Copy the full SHA
    d2da015 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff8677f View commit details
    Browse the repository at this point in the history