Comparing v0.36.0...v0.39.0 · golang/net (original) (raw)

Commits on Mar 5, 2025

  1. go.mod: update golang.org/x dependencies
    Update golang.org/x dependencies to their latest tagged versions.
    Change-Id: I1572a13b12dce8520f2b7f74c6516a6f1f6c9822
    Reviewed-on: https://go-review.googlesource.com/c/net/+/655038
    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
    Reviewed-by: David Chase drchase@google.com
    @gopherbot
    Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. http2: improve handling of lost PING in Server
    This addresses inconsistencies in handling lost PINGs
    between Server and Transport by:
  2. Always logging a message for lost PINGs, regardless of verbose mode.
  3. Invoking CountError with the conn_close_lost_ping error key.
    Fixes golang/go#69963
    Change-Id: I58fee489f7896dbb80ccc50265452cd953f7ca6b
    GitHub-Last-Rev: ef74c95
    GitHub-Pull-Request: #229
    Reviewed-on: https://go-review.googlesource.com/c/net/+/635555
    Auto-Submit: Sean Liao sean@liao.dev
    LUCI-TryBot-Result: Go LUCI golang-scoped@luci-project-accounts.iam.gserviceaccount.com
    Reviewed-by: Sean Liao sean@liao.dev
    Reviewed-by: Damien Neil dneil@google.com
    Reviewed-by: David Chase drchase@google.com
    @Choraden @gopherbot
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. html: ensure tag closes

    and update tests


    This change ensures that the tag correctly closes an open

    tag when encountered during parsing.
    Changes:

Commits on Mar 13, 2025

  1. http2: improve error when server sends HTTP/1
    If for some reason the server sends an HTTP/1.1 response
    starting with "HTTP/1.1 " (9 bytes), http2 transport interprets that as
    a valid frame header for an expected payload of ~4MB, and fails with
    non-descriptive messages like "unexpected EOF".
    This could happen, for example, if ALPN is misconfigured on the server's
    load balancer.
    This change attempts to improve that feedback by noting in the error
    messages whenever the frame header was exactly the "HTTP/1.1 " bytes.
    Change-Id: I7bf9ed2ee7f299b939b9004386f5bfa30a4e9032
    GitHub-Last-Rev: d6e410d
    GitHub-Pull-Request: #224
    Reviewed-on: https://go-review.googlesource.com/c/net/+/623155
    LUCI-TryBot-Result: Go LUCI golang-scoped@luci-project-accounts.iam.gserviceaccount.com
    Reviewed-by: David Chase drchase@google.com
    Auto-Submit: Sean Liao sean@liao.dev
    Reviewed-by: Damien Neil dneil@google.com
    Reviewed-by: Sean Liao sean@liao.dev
    @colega @gopherbot
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. internal/http3: fix build of tests with GOEXPERIMENT=nosynctest
    The tests in qpack_decode_test.go require synctest helpers from
    http3_test.go, but that file has a goexperiment.synctest build
    constraint.
    To make builds work when GOEXPERIMENT=nosynctest is specified the
    synctest helpers are refactored into http3_synctest_test.go (with the
    same build constraint) and the non-synctest related functionality is
    kept in http3_test.go.
    Change-Id: Iae339dc1895f27e7ac5ba985e204f4868c229a4d
    Reviewed-on: https://go-review.googlesource.com/c/net/+/660535
    LUCI-TryBot-Result: Go LUCI golang-scoped@luci-project-accounts.iam.gserviceaccount.com
    Reviewed-by: Damien Neil dneil@google.com
    @chressie
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. go.mod: update golang.org/x dependencies
    Update golang.org/x dependencies to their latest tagged versions.
    Change-Id: I9999157ec9379b23f07925ac574003001fdd773c
    Reviewed-on: https://go-review.googlesource.com/c/net/+/662836
    LUCI-TryBot-Result: Go LUCI golang-scoped@luci-project-accounts.iam.gserviceaccount.com
    Auto-Submit: Gopher Robot gobot@golang.org
    Reviewed-by: Carlos Amedee carlos@golang.org
    Reviewed-by: Dmitri Shuralyov dmitshur@google.com
    @gopherbot
    Configuration menu
    Browse the repository at this point in the history