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

Implement http3.Server.ServeListener #3349

Merged
merged 10 commits into from Mar 21, 2022
Merged

Implement http3.Server.ServeListener #3349

merged 10 commits into from Mar 21, 2022

Commits on Mar 17, 2022

  1. feat(http3): implement serving from quic.Listener

    ServeListener method added to http3.Server allowing serving from an existing listener
    ConfigureTLSConfig function added to http3 which should be used to create listeners meant for serving http3.
    renbou committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fc19119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0326dfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3136bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4478d2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78a6cf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61cafe4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    4ff69e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2bf77d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    d0d1c68 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    1194748 View commit details
    Browse the repository at this point in the history