commit | 6249541f2a6c4cff317a4502d93dd287c5fb0c51 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Jun 03 12:34:02 2024 -0700 |
committer | Gopher Robot <gobot@golang.org> | Mon Jun 03 20:27:50 2024 +0000 |
tree | 1d88cda6df8e62d14fe371aac3915627f13815ed | |
parent | 603e3e63901aff21959a4e046f2c573d3643f3be [diff] |
http2: avoid race in server handler SetReadDeadine/SetWriteDeadline Can't safely access responseWriter.rws from on the server's serve loop. Change-Id: I477abe58cf9dd23813a0c5507aed2319696fdfaf Reviewed-on: https://go-review.googlesource.com/c/net/+/589856 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Auto-Submit: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.