Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
139787: deps: upgrade golang.org/x/net to 0.33.0 r=dhartunian a=dhartunian Shortlog of changes: ``` ❯ git shortlog v0.28.0..v0.33.0 Carlana Johnson (1): html: add Node.{Ancestors,ChildNodes,Descendants}() Carlos Hernandez (1): route: fix address parsing of messages on Darwin Damien Neil (12): http2: add Server.WriteByteTimeout http2: add support for server-originated pings http2: add support for net/http HTTP2 config field http2: support ResponseController.EnableFullDuplex http2: limit 1xx based on size, do not limit when delivered http2: detect hung client connections by confirming stream resets http2: support unencrypted HTTP/2 handoff from net/http http2: surface errors occurring very early in a client conn's lifetime http2: limit number of PINGs bundled with RST_STREAMs http2: fix benchmarks using common frame read/write functions quic: handle ACK frame in packet which drops number space quic: clean up crypto streams when dropping packet protection keys Dmitri Shuralyov (1): websocket: fix printf(var) mistake detected by latest printf checker Gopher Robot (5): go.mod: update golang.org/x dependencies go.mod: update golang.org/x dependencies go.mod: update golang.org/x dependencies go.mod: update golang.org/x dependencies go.mod: update golang.org/x dependencies Ian Lance Taylor (2): README: don't recommend go get route: change from syscall to x/sys/unix James Tucker (1): route: fix parse of zero-length sockaddrs in RIBs Mathias Fredriksson (1): websocket: update nhooyr.io/websocket to github.com/coder/websocket Michael Knyszek (2): Revert "route: remove unused sizeof* consts on freebsd" Revert "route: change from syscall to x/sys/unix" Roland Shoemaker (1): html: use strings.EqualFold instead of lowering ourselves Tobias Klauser (2): route: remove unused sizeof* consts on freebsd route: remove unused sizeof* consts WeidiDeng (1): http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support cuishuang (1): internal/socket: execute gofmt jfgiorgi (1): quic: add LocalAddr and RemoteAddr to quic.Conn yincong (1): html: avoid endless loop on error token ``` Resolves: [CRDB-46729](https://cockroachlabs.atlassian.net/browse/CRDB-46729) Release note: None Co-authored-by: David Hartunian <[email protected]>
- Loading branch information