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

pass a context to Transport.ConnContext #4536

Merged
merged 2 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. pass a context to Transport.ConnContext

    This context is cancelled when the QUIC connection is closed, or when
    the QUIC handshake fails. This allows the application to easily build
    and garbage collect a map of active connections.
    marten-seemann committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c525027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4413c73 View commit details
    Browse the repository at this point in the history