commit | 541dbe58b6bc869fc1c7de361846682a34365325 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Thu May 09 10:24:28 2024 -0700 |
committer | Damien Neil <dneil@google.com> | Mon Sep 23 22:06:05 2024 +0000 |
tree | 082a513907ce01fbbd2d2fca1138084b576fb28e | |
parent | 3c333c0c5288a7cf127e427ddda5b1b54020a2b4 [diff] |
http2: add Server.WriteByteTimeout Transports support a WriteByteTimeout option which sets the maximum amount of time we can go without being able to write any bytes to a connection. Add an equivalent option to Server for consistency. Fixes golang/go#61777 Change-Id: Iaa8a69dfc403906eb224829320f901e5a6a5c429 Reviewed-on: https://go-review.googlesource.com/c/net/+/601496 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
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.