commit | ecf7fda6a59edbedc58c1207f55285a9ad98e10a | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Thu Nov 17 13:46:48 2022 -0800 |
committer | Gopher Robot <gobot@golang.org> | Thu Nov 17 21:55:42 2022 +0000 |
tree | 1fef26ddbd2054bd5678351d5e6355cfb973f768 | |
parent | 0833b63547edab300bb6f5046fb3ae58a4e571a0 [diff] |
http2: deflake TestTransportMaxFrameReadSize Rewrite this test to examine the SETTINGS frame sent by the Transport directly, rather than poking around in the Server internals to find the sent value. Fixes golang/go#56806 Change-Id: I47859352a14b7120ef88fce5bd000716b9abdad7 Reviewed-on: https://go-review.googlesource.com/c/net/+/451775 Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: 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.