8000 Comparing v0.33.0...v0.34.0 · golang/net · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
b 8000 ase: v0.33.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.34.0
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Dec 30, 2024

  1. quic: remember which remote connection IDs have been retired

    Keep track of which peer-provided connection ID sequence numbers
    we have sent a RETIRE_CONNECTION_ID for, received an ack, and
    removed from our set of tracked IDs.
    
    Rework how we track retired connection IDs in general:
    Rather than keeping all state for retired IDs, just keep a
    set of the sequence numbers of IDs which we're in the process
    of retiring.
    
    Change-Id: I14da8b5295d5fbe8318c8afe556cbd2c8a56d856
    Reviewed-on: https://go-review.googlesource.com/c/net/+/635717
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Jonathan Amsterdam <jba@google.com>
    neild committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    c2be992 < DC4E /span> View commit details
    Browse the repository at this point in the history
  2. http2: do not surface errors from a conn's idle timer expiring

    CL 625398 surfaces errors occurring on a client conn before it
    has been used for any requests.
    
    Don't surface "errors" arising from a conn being closed for
    idleness without ever being used.
    
    For golang/go#70515
    
    Change-Id: I2b45215f90f74fee66ee46f3b62d27117147c64a
    Reviewed-on: https://go-review.googlesource.com/c/net/+/631815
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: David Chase <drchase@google.com>
    Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
    neild committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e9d95ba View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. all: make function and struct comments match the names

    Change-Id: I1f4a4c8daec5ac7d26f1d4df76726af664adcb36
    Reviewed-on: https://go-review.googlesource.com/c/net/+/639576
    Reviewed-by: Jorropo <jorropo.pgm@gmail.com>
    Auto-Submit: Damien Neil <dneil@google.com>
    Commit-Queue: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Damien Neil <dneil@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    cuishuang authored and gopherbot committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    2124140 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I67697a47fc2e3584626731af52d016d4452985e6
    Reviewed-on: https://go-review.googlesource.com/c/net/+/640595
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Pratt <mpratt@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    8da7ed1 View commit details
    Browse the repository at this point in the history
Loading
0