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: golang/net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42.0
Choose a base ref
...
head repository: golang/net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.43.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. http2: remove references to defunct http2.golang.org test server

    The http2 demo server previously served at http2.golang.org has been
    stopped (see golang/go#49301). This change removes a link to it from
    the top-level package docs (which now just redirects to go.dev), and
    switches the default hostname for the TransportExternal test to
    go.dev.
    
    It also delete an unused transport_test flag.
    
    Updates golang/go#49301
    Fixes golang/go#51540
    
    Change-Id: I375250a8fec087124d42ed5f1086986e73e7bdfc
    Reviewed-on: https://go-review.googlesource.com/c/net/+/693895
    Reviewed-by: Mark Freeman <markfreeman@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    ALTree committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    af6926e View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Id3afb41fc96c3eaa63241116bb332d4779e6b5f6
    Reviewed-on: https://go-review.googlesource.com/c/net/+/694175
    Reviewed-by: David Chase <drchase@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e74bc31 View commit details
    Browse the repository at this point in the history
Loading