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

http3: add ConnContext to the server #4230

Merged
merged 6 commits into from
Jan 5, 2024

Commits on Jan 2, 2024

  1. Add ConnContext to http3.Server

    ConnContext can be used to modify the context used by a new http
    Request.
    rthellend committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d7ba575 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Make linter happy

    rthellend committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5c84c17 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    834274e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd2d25 View commit details
    Browse the repository at this point in the history
  3. Update integrationtests/self/http_test.go

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    rthellend and marten-seemann committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1fa8307 View commit details
    Browse the repository at this point in the history
  4. Update http3/server.go

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    rthellend and marten-seemann committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    883e0ef View commit details
    Browse the repository at this point in the history