commit | d300de134e69b2e21b6def1df88a04b21275ccd9 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed Sep 21 12:13:49 2022 -0700 |
committer | Damien Neil <dneil@google.com> | Wed Sep 21 20:36:46 2022 +0000 |
tree | a975ac7644d55aede6308af5349cfb1613ab1dd9 | |
parent | db77216a4ee971c957784185f031d12f481af9c9 [diff] |
http2: don't rely on double-close of a net.Conn failing The js_wasm net.Conn implementation doesn't return an error on double-closing a connection. Update tests to not rely on this behavior. Change-Id: I674c6cd6364b7351d627626cf5bd9f59b3c2b96c Reviewed-on: https://go-review.googlesource.com/c/net/+/432515 Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@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.