Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quic-go/quic-go Loading
base: v0.39.2
Choose a base ref
...
head repository: quic-go/quic-go Loading
compare: v0.39.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 27, 2023

  1. handshake: clone the tls.Config returned by GetConfigForClient (#4133)

    We modify this tls.Config, so we should clone it first. Otherwise, this could
    cause conflicts with how the application is using that config.
    marten-seemann committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6291bde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7da12a6 View commit details
    Browse the repository at this point in the history
Loading