commit | d73acffdc9493532acb85777105bb4a351eea702 | [log] [tgz] |
---|---|---|
author | Andy Pan <panjf2000@gmail.com> | Sun Mar 10 23:40:56 2024 +0800 |
committer | Gopher Robot <gobot@golang.org> | Wed Mar 20 11:27:24 2024 +0000 |
tree | 7dd0a67cf1abe67acf27404aa5b55d063da5f396 | |
parent | 89f602b7bbf237abe0467031a18b42fc742ced08 [diff] |
http2: only set up deadline when Server.IdleTimeout is positive Check out https://go-review.googlesource.com/c/go/+/570396 Change-Id: I8bda17acebc27308c2a1723191ea1e4a9e64d585 Reviewed-on: https://go-review.googlesource.com/c/net/+/570455 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Damien Neil <dneil@google.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.