commit | a870f3529a284d7f9d1d3e0c805430d14d407727 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Fri Oct 28 11:54:22 2022 -0700 |
committer | Damien Neil <dneil@google.com> | Fri Nov 04 20:05:42 2022 +0000 |
tree | a6aa653b14d5fe0fbadb456f978ac07ab65a2f07 | |
parent | d7f77dcaccd3e1a3442b24b0234a43cf5a81a2b8 [diff] |
http2: support Server.ReadTimeout Return an error when reading from the request body in a server handler after Server.ReadTimeout expires. Tested by net/http CL 446255. For golang/go#49837 Change-Id: Idcc3d92209f944bd7fead832525fd563b50bcebc Reviewed-on: https://go-review.googlesource.com/c/net/+/446256 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: 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.