commit | 4790dc7047441aed4889873cdd30e1e6adf49735 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Tue May 28 14:11:26 2024 -0700 |
committer | Damien Neil <dneil@google.com> | Wed Sep 25 18:00:35 2024 +0000 |
tree | 45b5fea107a858feec3fa5e25ddd22405e624d91 | |
parent | 541dbe58b6bc869fc1c7de361846682a34365325 [diff] |
http2: add support for server-originated pings Add configurable support for health-checking idle connections accepted by the HTTP/2 server, following the same configuration as the Transport. Fixes golang/go#67812 Change-Id: Ia4014e691546b2c29db8dad3af5f39966d0ceb93 Reviewed-on: https://go-review.googlesource.com/c/net/+/601497 Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> 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.